ConnectToMap is a python script with a tkinter GUI. All it basically is execute a few commands with button presses.
ONLY ANDROID AND MAC.
To run the script:
./connectToMac.pyTo build a .app file for MacOSX
python3 setup.py py2app --emulate-shell-environmentInsert IP and press the button to connect to your android device.
You have to plug in your device and allow usb debugging.
Then restart the service by:
adb tcpip 5555Now you should be able to connect wirelessly.
NOTE: You can connect to multiple devices at the same time.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This is an ongoing project, the first next thing I want to implement is the logcat. I am also thinking of a new design.
Feel free to recommend any idea's