python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
snmpget returns value encoded in 5 bytes
When I do an snmpget, the value of the RSSI signal returned by my MIB is encoded in 5 bytes.
It's an Integer but prefixed with 00 .
why?
Openwrt net-snmp-5.8
trace: snmp_pdu_parse(): snmp_api.c, 4461
...
Z-Buffer
Votes: 0
Answers: 1
Assembler error in MIPS build of Boost.Test program
I'm writing a unit test program with Boost.Test and cross-compiling it for several embedded platforms in an OpenWrt environment. The Boost version is 1.58. All is fine when building for ARM (using gcc...
Wolfram Rösler
Votes: 0
Answers: 1
(OpenWRT) Mqtt service command is not working via C, Lua
i've installed mqtt at my router and uses WEB UI to control this.
here are some lines that i added into mosquitto.conf
user root
allow_anonymous false
password_file /etc/mosquitto/passwd
here are so...
Popsicle
Votes: 0
Answers: 1