Jon Stratton
Jon Stratton
Just a few tweaks to get things working on SystemD. This is mostly just: 1. Changing some system commands.. 2. Removing some unneeded repos (now that OLSRd is in apt)....
It appears there are at lease two read_config_file()s; one in roomba.py and one in __main__.py. And the version in roomba.py looks like it will only use the first address if...
Leaving the interface stuck on monitor mode when exiting. Leaving the temp file out there. There should be some way to cleanup on exit.
Just a small fix that's been bugging me a little. "Lock" was getting set with the "Cinematic" commands, but wasn't getting checked with the if statement.
Fixed https://github.com/brunobord/gemeaux/issues/13 According to https://stackoverflow.com/questions/70195545/how-to-fix-attributeerror-module-collections-has-no-attribute-mapping-wit, Mapping was moved from collections to collections.abc fully in 3.10. This change should allow it to run on more modern version of python, as well...
Getting "AttributeError: module 'collections' has no attribute 'Mapping'" error when trying to create a simple Gemini Server with a recent version of Python (Python 3.11). Here is what the test...