Changes
Jump to navigation
Jump to search
8 bytes added
, 08:53, 9 February 2022
m| Line 2: |
Line 2: |
| | <translate> | | <translate> |
| | <!--T:1--> | | <!--T:1--> |
| − | API also works via WebSocket connection, so you can interact with your Larnitech server from a browser using extensions (such as WebSocket Test Client). To get started, you should:<br> | + | API also works via WebSocket connection, so you can interact with your Larnitech server from a browser using extensions (such as WebSocket Test Client).<br> |
| − | 1. Establish a web socket connection. | + | To get started, you should:<br> |
| | + | 1. Establish a web socket connection.<br> |
| | <syntaxhighlight lang="xml"> | | <syntaxhighlight lang="xml"> |
| | ws://IPADDR:PORT/api | | ws://IPADDR:PORT/api |
| | </syntaxhighlight> | | </syntaxhighlight> |
| | Where: IPADDR – ip address of your metaforsa or DE-MG;<br> | | Where: IPADDR – ip address of your metaforsa or DE-MG;<br> |
| − | PORT – port for API2 (you can get it from LT_Setup => General => API => Websocket port (2041 by default);<br><br> | + | PORT – port for API2 (you can get it from LT_Setup => General => API => Websocket port (2041 by default);<br> |
| | 2. Authorize | | 2. Authorize |
| | <syntaxhighlight lang="json"> | | <syntaxhighlight lang="json"> |