R2D2 HTTP API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
It has the following syntax: | It has the following syntax: | ||
{| | {| | ||
|'''Syntax''': | |||
|<nowiki>http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=v</nowiki> | |||
|- | |||
| | |||
|<nowiki>- User:password are user & password to connect to the Robot</nowiki> | |||
- IP_Address is the TCP/IP address of the Robot | |||
|} | |} | ||
<nowiki>http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn= | <nowiki>http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=v</nowiki> |
Revision as of 21:23, 3 June 2024
Any command from the R2D2 API can be accessed through a HTTP Interface.
It has the following syntax:
Syntax: | http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=v |
- User:password are user & password to connect to the Robot
- IP_Address is the TCP/IP address of the Robot |
http://user:password@IP_Address:Port_Number/cgi-bin?command=R2D2Command&arg1=val1&arg2=val2...&argn=v