towerops/lib
Graham McIntire 38bd9828f7
Improve Counter64 decoder to handle 16-byte values
Some SNMP implementations return 16-byte binaries for Counter64 values
instead of the standard 8 bytes. Updated decoder to:
- Handle 8-byte standard Counter64
- Handle 16-byte values by reading last 8 bytes
- Handle any size > 8 bytes by reading last 8 bytes
- Add debug/warning logging for non-standard sizes

This fixes DBConnection.EncodeError when polling interface statistics
from devices that return non-standard Counter64 encodings.
2026-01-04 13:28:53 -06:00
..
towerops Improve Counter64 decoder to handle 16-byte values 2026-01-04 13:28:53 -06:00
towerops_web Move delete buttons to edit pages for sites and equipment 2026-01-04 12:25:31 -06:00
towerops.ex init 2025-12-21 11:10:43 -06:00
towerops_web.ex format 2025-12-21 11:31:08 -06:00