rene0 / dcf77pi

Yet another DCF77 decoder. This one is intended for the Raspberry Pi platform but might work on other devices using GPIO pins too.
BSD 2-Clause "Simplified" License
18 stars 6 forks source link

App as client #8

Open rene0 opened 7 years ago

rene0 commented 7 years ago

Once #7 is done.

Android client which receives the raw bitstream from the UDP port. libdcf77 as native client or duplicate in Java? Latter us more portable and takes advantage of JIT compilation.

rene0 commented 6 years ago

Or (for testing) a simple command-line client. It would be nice the client adjusts for the UDP roundtrip delay (full roundtrip, as both the request at the server and the response at the client will be delayed), using a periodic ping-like measurement.