-
Notifications
You must be signed in to change notification settings - Fork 0
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
download new Iridium packets #6
Comments
https://docs.rockblock.rock7.com/reference#testinput
|
I've drafted up a rudimentary interface with which to connect to RockBLOCK and receive packets, I just need to find the format that the packets come in so I can parse them PacketRaven/packetraven/connections/internet.py Lines 113 to 203 in 4901c8e
|
https://docs.rockblock.rock7.com/reference/receiving-mo-messages-via-http-webhook |
it sounds like we will have to set up an active web socket that can accept POST requests from the RockBLOCK servers. We can do this with Flask (https://zetcode.com/python/getpostrequest/) but it would have to be a separately running application that passes packets to the server |
@jtmolter here's a place where we can collate info / links on the Iridium API, so it doesn't get deleted on Slack
The text was updated successfully, but these errors were encountered: