Running one of the Lslidar(16 Channels) on the Embeded board(ROS development environments) is not a problem. This is because you can use the default IP and ports. But I plan to run two at the same time, and I want to use values other than the default values of ports and IP..
For example, you can use ports like 2368 and 2369. I need a reference to refer to how to change the port value and IP value... Help Plz...
Here is code from lsLidar driver from ROS Wiki:
As you can see there is a place where you can change port and IP. For two devices I'd advise you to modify the original driver. All source code is available on https://github.com/tongsky723/lslidar_C16 Clone it to you workspace and create additional functionality for two LiDARs.