Commit Graph

12 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
d56de9c8ab Clean up MINGW fixes 2018-09-06 15:39:25 +02:00
mnhauke
02cec434a8 Fix MinGW build (#793) 2018-09-06 15:33:21 +02:00
Christian W. Zuckschwerdt
eb02ef4bab Add CS16 input and output (#773) 2018-07-25 10:26:17 +02:00
Christian W. Zuckschwerdt
30c798498c Clean up baseband, optimize FM, add baseband-test (#770) 2018-07-17 10:02:09 +02:00
Ryan Jarvis
8e8d5505be Fix typos/misspellings 2018-05-01 12:11:00 +02:00
Aaron Linville
71c2f92d86 Fix on_connect signature and topic subscriptions in MQTT examples. (#674)
Paho changed the signature of on_connect to require 4 arguments as
of v1.3.0 (https://github.com/eclipse/paho.mqtt.python/issues/197)

Remove the "/#" from the subscription since it wouldn't match the
example topic which didn't include anything after rtl_433.
2018-02-03 11:04:43 +01:00
Christian W. Zuckschwerdt
64c3177a7f remove output_hander_t, printer_ctx indirection 2018-01-28 13:19:21 +01:00
vestom
7f54a2c09b MQTT: Add example to README and Python test client (#495) 2017-03-12 00:16:35 +01:00
Erkki Seppälä
a3f7561a61 data: added CSV support
This requires the client code to first collect the permitted CSV fields
and use data_csv_init to pass them to the CSV builder.
2015-11-23 23:47:54 +02:00
Erkki Seppälä
06c4d39c4a data: introduce auxiliary data as an argument 2015-11-23 23:47:54 +02:00
Erkki Seppälä
17eb918cde data: provide a key-value-printer 2015-11-23 23:47:54 +02:00
Erkki Seppälä
44d0740a8c General structural data support for generating (ie.) JSON
Adds a new interface for constructing, printing and releasing data_t*
structures. The data structure describes typed hierarchical data (much like
json) and then provides a function for dumping it to a file descriptor.

It comes with a small test.
2015-11-22 12:25:58 +02:00