Menu

Tree [e41bbb] master /
 History

HTTPS access


File Date Author Commit
 src 2022-09-13 Claus Ilginnis Claus Ilginnis [e41bbb] added service
 LICENSE 2019-05-10 Claus Ilginnis Claus Ilginnis [eb95aa] set copy right
 README.md 2022-09-12 Claus Ilginnis Claus Ilginnis [b183af] Update README.md

Read Me

femon2mqtt

monitor your satellite dish and send the result to mosquitto / Openhab
Linux only !

Building

for building you need qmake (sorry for beeing lazy)
for aptians try ONE of those:

  • sudo apt-get install dvb-apps mosquitto-dev cmake

then do:

cd src

cmake .

make

Running

Running the easy way

sudo nohup ./femonitor &

Running the correct way

sudo mv femonitor /usr/bin

sudo chown root /usr/bin/femonitor

sudo chmod u+s /usr/bin/femonitor

Then you can run femonitor as normal user

Options

femonitor -h        this help message
          -H        mosquitto host to connect to (default localhost)
          -p        mosquitto port to connect to (default 1883)   
          -t        mosquitto topic (default 'FS20/SateliteDish_<Adapter>_<Frontend>)   
          -a        adapter (default 0)   
          -f        frontend (default 0)   
          -v        verbose mode
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.