dudewheresmycode / node-iridium-sbd

Node.js library for sending and receiving Iridium SBD (Short Burst Data)
14 stars 11 forks source link

Any way to read a .SBD file and parse #1

Open nfunwigabga opened 6 years ago

nfunwigabga commented 6 years ago

Is there any way this package can be used to read a .sbd file and parse the message?

dudewheresmycode commented 6 years ago

Unfortunately, no. This library is used for communicating with Iridium SBD modems. The SBD in this case refers to Short Burst Data.

lromeraj commented 1 year ago

Is there any way this package can be used to read a .sbd file and parse the message?

@nfunwigabga I don't know if you are still interested in such tool, but I recently implemented an Iridium SBD emulator which includes multiple tools that do things like encoding, decoding and also transporting SBD messages, take a look at the following repository. I hope it is useful.