Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-leuthaeuser/naoservice
Automatically exported from code.google.com/p/naoservice
https://github.com/max-leuthaeuser/naoservice
Last synced: 12 days ago
JSON representation
Automatically exported from code.google.com/p/naoservice
- Host: GitHub
- URL: https://github.com/max-leuthaeuser/naoservice
- Owner: max-leuthaeuser
- License: gpl-3.0
- Created: 2015-03-16T08:27:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T08:30:38.000Z (almost 10 years ago)
- Last Synced: 2024-11-14T03:49:49.523Z (about 2 months ago)
- Language: HTML
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
How to start NaoService:
------------------------Simply start the script 'NaoServiceApp.py' with python.
e.g.: 'python NaoServiceApp.py'The following arguments are supported:
-h : show the help
-H : specify the host IP the service should run on (e.g. Nao: 191.168.0.139)
-p : specify the port (e.g. 8080)
-s : specify the server which should be used (e.g. cherrypy - fast, stable, written in C)
-l : specify the login tuple separated with ':' (e.g. user:pass). Use 'None' if you do not want authentication.
(If you dont use -l the standard login "user:password" is used.)How to add own modules:
-----------------------If you want to write own modules take a look at the
examples in /modules and add them as descripted in NaoServiceApp.py.