Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Cross node connectivity #90

Open
mertensm72 opened this issue Sep 26, 2024 · 2 comments
Open

[Feature Request] Cross node connectivity #90

mertensm72 opened this issue Sep 26, 2024 · 2 comments

Comments

@mertensm72
Copy link

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...

@Bcpratt2000
Copy link

+1 to this, I would like to have the same BBS available on longfast/mediumfast/verylongslow

@jabez007
Copy link
Contributor

jabez007 commented Jan 2, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants