aliasrobotics / aztarna

aztarna, a footprinting tool for robots.
https://aliasrobotics.com
GNU General Public License v3.0
89 stars 27 forks source link

Issues to get aztarna running in OS X 10.13.4 with Python 3.6 #11

Closed vmayoral closed 6 years ago

vmayoral commented 6 years ago

Installation goes fine: https://gist.github.com/vmayoral/51690179387c3749afa6e8ffeb4bf323. But then, I bump into the same reported error repeatedly (also reported here).

Python 2 is certainly not a way either.

vmayoral commented 6 years ago

I implemented https://github.com/aliasrobotics/aztarna/commit/90a1b2012d8346ab6f9048eb75eb5c380071cf3e a Docker container that launches aztarna in a repeatable environment. Here's how it works:

victor at Victors-MacBook in ~/zmap_results on master*
$ docker run -v /Users/victor/zmap_results/:/root -it aztarna_docker -t ROS -p 11311 -i /root/ros_scan_s47.csv
[-] Error connecting to host Address: 170.228.35.78, Nodes: []: 
    Not a ROS host
[-] Error connecting to host Address: 61.155.204.50, Nodes: []: 
    Not a ROS host
[-] Error connecting to host Address: 149.169.177.219, Nodes: []: 
    Not a ROS host
...
vmayoral commented 6 years ago

Similar portability issues can be fixed in this manner. Closing.