lnetwalker / openMSR

Instrumentation,Control, Automation Tools like PLC and others
https://www.openmsr.org/
2 stars 1 forks source link

build mqtt-exec for ARM #59

Closed lnetwalker closed 4 years ago

lnetwalker commented 5 years ago

currently mqtt-exec for ARM is missing in the build process. Include it!

lnetwalker commented 5 years ago

added the tag in docroot/analog.html. favicon is not shown

lnetwalker commented 5 years ago

tested with chromium -> works only firefox doesn't work

lnetwalker commented 5 years ago

the last 2 comments are posted to the wrong issue. They belong to favicon issue!! accidently closed -> reopened

lnetwalker commented 4 years ago

Single Jenkins Job works, must be included in the pipeline

lnetwalker commented 4 years ago

tested on pinebook ( ARM64 ) build #399. downloadedartifact from pipeline build mqtt-exec.arm installed needed lib: sudo apt install libmosquitto1 sudo apt install libmosquitto1:armhf libmosquitto1:arm64 is not really needed because the binary is armhf

./mqtt-exec.arm -h docker -p 1883 -t /Test/foo -- /usr/bin/touch ~/.alive

if you send any message to /Test/foo the file ~/.alive is touched