The Idea of this app is to create a local (over-LAN) anonymous voting system.
Currently the system allows only voting for either Yes or No.
latest -> apk
v1.0.0 -> apk
- Install the client app in any device (android/ios)
- Enter the temporary server address:
d4735214.pythonanywhere.com
- Hit PING to check if you are connected
- Enjoy!
(Note: Do not enter http/https in the address field)
- Run the server.py file using python from any computer in network which is accessible from other devices in network.
- Install the client app on any android/ios device.
- Once installed, find the IP address of the device on which the server is running and enter that in client app.
- Everything should work as expcted if ping command is running successfully.
- Enjoy!