You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use one BBS with two nodes: one 868 and one 433
My idea is to send BBS mails between different networks.
So the BBS has to remember the origin of each Node...
The text was updated successfully, but these errors were encountered:
If you have multiple radios plugged in on different serial ports I think you could run multiple instances of the python server all connecting to the same sqllite db?
I don't have multiple radios, but if you do it should be simple to test if I'm understanding the code base:
In one terminal run python server.py --interface-type serial --port $LongFastPort
In another terminal run python server.py --interface-type serial --port $MediumFastPort
If it doesn't work, I would guess it to likely be a locking issue somewhere.
I would like to use one BBS with two nodes: one 868 and one 433
My idea is to send BBS mails between different networks.
So the BBS has to remember the origin of each Node...
The text was updated successfully, but these errors were encountered: