Maybe someone can help me out that has done this, i am a bit stuck…, been doing a lot of googling and im almost there, @adamg, @mladem ?? Anyone?
Anyways, i can successfully start my rtl_str in raspberry pi and it is listening on the frequency that i belive is my gas meter (according to a quick google search that someone made)
I had a heck of a time installing go, but finally did and downloaded https://github.com/bemasher/rtlamr, however i do not know the life of me how to start it…, it says its as simple as the following but it does not work
Usage
See the wiki page Configuration for details on configuring rtlamr.
Running the receiver is as simple as starting an rtl_tcp
instance and then starting the receiver:
# Terminal A $ rtl_tcp
# Terminal B $ rtlamr
this is my variables for go
export GOBIN="$HOME/projects//bin"
export GOPATH="$HOME/projects/src/"
export GOROOT="/usr/local/go"
but if i run something like, this, i get an error no such file or directory
david@raspberrypi:~$ ~/projects/src/src/github.com/bemasher/rtlamr -msgtype=idm --format=json --filterid=XXXXXXX --single=true
-bash: /home/david/projects/src/src/github.com/bemasher/rtlamr: Is a directory
david@raspberrypi:~$
I also found this, so i also know how it’s being decoded: https://web.stanford.edu/class/ee26n/Assignments/Assignment6.html