Examples
RAPIDSEA provides many examples on using different components of the library. And many of them are compiled for different platforms such as Windows, Linux etc.
Following examples are provided with RAPIDSEA:
Example |
Size |
Description |
---|---|---|
apps/modbus_client_demo |
4 Bytes |
Modbus Client Demo |
apps/modbus_server_demo |
4 Bytes |
Modbus Server Demo |
apps/uds_server_demo |
4 Bytes |
UDS Server Demo |
apps/uds_client_demo |
4 Bytes |
UDS Client Demo |
apps/doip_client_demo |
4 Bytes |
DoIP Client Demo |
apps/doip_server_demo |
4 Bytes |
DoIP Server Demo |
Running Examples
Currently the examples are provided for both visual Studio based windows platform and Eclipse based Linux platforms.
To open in VS, kindly navigate to buildwin32_vs folder and open the relevant .sln file.
Please note that they are typically validated for x86 Debug builds.
Similarly, for Eclipse IDE, set the buildlinux_x64_eclipse_ws as workspace and import the projects as necessary.