Json – How do I pipe the output of one command line tool into curl so I can then POST it?
I'm using rtl_433 (a command line tool) on a Raspberry Pi to receive data from a home temperature sensor. I get it to output JSON in the Terminal using this command: rtl_433 -F json An example of the output in…