Join in two differents network servers #890
JoanaSTeixeira
started this conversation in
General
Replies: 2 comments
-
It's possible but not without a lot of work, sorry! It's very much an advanced topic. Perhaps someone else who's watching this may be able to help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converting to discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want my device to join a network server, in order to eg 3 uplinks, unjoin this network.
In addition, I want it when it leaves a network to join another network server.
Assuming the keys to join both networks are predefined in the sckecth.
Is this possible to do?
I've seen these functions, but I don't know how to use them in the ttn-otaa example:
bit_t LMIC_startJoining(void);
void LMIC_tryRejoin(void);
void LMIC_unjoin(void);
void LMIC_unjoinAndRejoin(void);
Beta Was this translation helpful? Give feedback.
All reactions