pybatmesh/naxalnet
Pranav Jerry 5e58df0b71
temporary fix for #25
Uses multithreading.Process instead of GLib.timeout_add()

The moment I finished writing this part, I found out the only problem
with my previous commit was that I had setup the timeout _after_ calling
the blocking function wait_for_change instead of before it.

Although this version (with Process) works, I'm reverting to the
previous version and swapping the two lines (which I had tested and
found to work)

And in case you have read upto the previous line you should also know I
fixed some code in the README

TL;DR: I have proven once again I am an idiot
2021-11-29 14:36:59 +05:30
..
__init__.py temporary fix for #25 2021-11-29 14:36:59 +05:30
__main__.py updated documentation and some other changes 2021-10-02 14:13:53 +05:30
config.py updated documentation and some other changes 2021-10-02 14:13:53 +05:30
daemon.py updated documentation and some other changes 2021-10-02 14:13:53 +05:30
default.py added features section in README.md 2021-10-15 16:05:06 +05:30
iwd.py updated documentation and some other changes 2021-10-02 14:13:53 +05:30
log.py updated documentation and some other changes 2021-10-02 14:13:53 +05:30
network.py temporary fix for #25 2021-11-29 14:36:59 +05:30
scripts.py temporary fix for #25 2021-11-29 14:36:59 +05:30