daemon designed to read short data bursts from weather stations transmitting over the Iridium satellite network
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Christopher Ramey 5d0373573a added readme and license, fixed posix compiler warning 3 years ago
src added readme and license, fixed posix compiler warning 3 years ago
.gitignore added readme and license, fixed posix compiler warning 3 years ago
LICENSE added readme and license, fixed posix compiler warning 3 years ago
Makefile Improved IMEI filtering 8 years ago
README.md added readme and license, fixed posix compiler warning 3 years ago

README.md

wstationd

wstationd is a simple daemon (written in C) for accepting Iridium Short Data Bursts via Direct IP. While it's intended to be used for collecting data from remote weather stations (thus the name), it can be used to collect information from any source operating over the Iridium SDB Service. wstationd has been tested on OSX, FreeBSD and Linux.

Building

Running make should be sufficient in most cases to compile wstationd.

Running

wstationd requires a single argument to specify the directory SDB will be collected into. Files will be created using a simple naming convention indicating the time it was collected and the IP it was collected from. Parsing these files is an exercise left up to the reader - the format will differ greatly based on your hardware. wstationd leaves all of the SDB headers intact, so you'll need to account for that when parsing. Good luck!