Tim Burns
Tim Burns
Are you thinking a test similar to an SWR test? Otherwise to test and antenna you'll need another node to measure input/ output Rx Tx and measure output power using...
All ideas are always welcome.
run: ip addr, some unix distro's require that. Also have you installed "net-tools" $ sudo apt-get install net-tools
Got a good local unit mock test now. Current output ``` Discovered 1 Meshtastic service: - MockNode (mocknode.local:4403) addresses: 127.0.0.1 shortname: MOCK id: !welovebeef extra: demo ```
- Little more granular ``` PS C:\Users\tbgor\Desktop\dev\python> python -m meshtastic --discover-mdns --mdns-timeout 2 Discovered 1 Meshtastic service: - MockNode (mocknode.local:4403) addresses: 127.0.0.1 shortname: LAB id: !123456 hw: RAK4631 firmware: 2.4.1...
Extended mDNS output (__main__.py) to highlight hardware model, firmware version, platform/OS, and last-heard timestamps when present, while suppressing duplicate TXT fields in the general dump. Ill fork my updates in...