pysalx/doc/NET.md

19 lines
395 B
Markdown
Raw Permalink Normal View History

2022-01-20 19:04:24 -07:00
# Network
2022-01-27 19:43:21 -07:00
## Static IP
Both X-555 and Z-903 use IP `192.168.42.129` statically assigned,
hardcoded in a binary. They also set IP via DHCP when connecting
via wifi.
## tftp_server
2022-01-20 19:04:24 -07:00
```
# from lsof:
/system/bin/tftp_server
root@ngl:/ # netstat
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:5037 0.0.0.0:* LISTEN
```
2022-01-27 19:43:21 -07:00