Tero Marttila
Tero Marttila
The Web UI needs some error UX for Files/FileNode and ConfigView operations. _Originally posted by @SpComb in https://github.com/qmsk/esp/pull/50#discussion_r1149466884_
``` INFO heads:events update INFO artnet.Discovery: 192.168.2.134:6454: INFO Name: qmsk-esp-520358 INFO Ports: input=0 output=1 INFO Output 0: 0:0.7 INFO heads:events update INFO artnet.Discovery: 192.168.2.131:6454: INFO Name: qmsk-esp-c94b30 INFO Ports: input=0...
WiP major `heads.Controller`, `api` refactoring from 2018
The `qmsk-dmx` process exits if sending ArtNet discovery packets fails: ``` INFO qmsk.web: POST presets/test: &heads.APIPresetParams{preset:(*heads.Preset)(0xc82001f880), Intensity:(*heads.Intensity)(0xc82026ea20)} WARNING artnet:controller discovery timeout: 192.168.2.100:6454 INFO artnet.Discovery: 192.168.2.100:6454: INFO Name: NodeMCU-ARTNET INFO Output...
For a head with RGB color controls, each of the RGB controls has its own independent component value. When each of those controls update, they use the most recent color...
Reload heads configuration on SIGHUP, without losing DMX output state.
Fixes #15 A MIB has a primary OID used for resolving/formatting IDs like `TEST-MIB.1.2.1`, but it also has a set of OIDs to cover all objects/tables within the MIB. This...
Some common MIBs like [`SNMPv2-MIB`](http://www.net-snmp.org/docs/mibs/SNMPv2-MIB.txt) and [`IF-MIB`](http://www.net-snmp.org/docs/mibs/IF-MIB.txt) contain objects in multiple different OID trees. While the top-level OID for the SNMPv2-MIB itself is `.1.3.6.1.6.3.1`, most of the interesting objects are...
The will only [probe](https://github.com/qmsk/snmpbot/blob/26c0bee65c3e2d547a99de7caf851965befc94a5/server/host.go#L34) each host once when loading a new host. The probing determines the supported host MIBs and the Online state, so if the probe fails, then the...
There is currently no rate-limit on the number of parallel queries for a `server.Host`... I'm afraid some cheaply implemented network devices will choke if they get too many concurrent requests,...