Switch to Russian
API for transferring data and commands to RMSA using Socket via TCP
- Python
- C#
- C++
- C
- Matlab
- JavaScript
The API supports working with RSMA in Unity and RSMA Edu
Using a terminal or scripts, run the built-in RSMA server
Open the terminal using the keyboard shortcut Ctrl+Alt+T or by clicking on the terminal icon in the upper left corner.
Learn more about terminal commands
To start the server, use the command:
server_start
Upon successful server startup, the message "Starting server on 127.0.0.1:7777" will appear in the terminal
Use C# script tp start RSMA server
CommandHandler.server = new RSMAServer();
CommandHandler.server.serverIP = "127.0.0.1";
CommandHandler.server.serverPort = 7777;
CommandHandler.server.Run();Open the terminal using the keyboard shortcut Ctrl+Alt+T or by clicking on the terminal icon in the upper left corner.
Learn more about terminal commands
To start the server, use the command:
server_start
Upon successful server startup, the message "Starting server on 127.0.0.1:7777" will appear in the terminal
Import the RSMA-API into your project.
Warning The project must use a supported RSMA-API programming language
For more detailed instructions, go to the documentation section corresponding to the required platform: