Hello, I found this library useful as a message sending example. Thank you for sharing! I have referenced others here so I wanted to document a change that I noticed.
In the README it states to run python3 simulate.py kml/NYC_Marathon.kml takserver as well as it states you need to edit /etc/hosts/ and include takserver 127.0.0.1. Neither of these statements are true anymore. See this commit, Cloud-RF/tak-server@2db535f where 'takserver' is replaced as the signing authority, and your IP address should now be in place. As such, it is no longer necessary to edit /etc/hosts/ and python3 kml/NYC_Marathon.kml takserver is replaced with python3 kml/NYC_Marathon.kml {Your IP Here}.
Hello, I found this library useful as a message sending example. Thank you for sharing! I have referenced others here so I wanted to document a change that I noticed.
In the README it states to run
python3 simulate.py kml/NYC_Marathon.kml takserveras well as it states you need to edit /etc/hosts/ and includetakserver 127.0.0.1. Neither of these statements are true anymore. See this commit, Cloud-RF/tak-server@2db535f where 'takserver' is replaced as the signing authority, and your IP address should now be in place. As such, it is no longer necessary to edit /etc/hosts/ andpython3 kml/NYC_Marathon.kml takserveris replaced withpython3 kml/NYC_Marathon.kml {Your IP Here}.