-
How the software communicates with the robot and what hardware is used to communicate |
Beta Was this translation helpful? Give feedback.
Answered by
martingr
Dec 2, 2021
Replies: 1 comment 1 reply
-
Communication between openTCS (more specifically the openTCS kernel) and vehicles is done via custom vehicle drivers that implement vehicle-specific communication protocols. How to develop vehicle drivers is described in the developer's guide. How the communication is implemented exactly is not really relevant as long as the communication hardware exists and can be used from Java software. In many cases, standard Wi-Fi hardware is used. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
swltr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Communication between openTCS (more specifically the openTCS kernel) and vehicles is done via custom vehicle drivers that implement vehicle-specific communication protocols. How to develop vehicle drivers is described in the developer's guide.
How the communication is implemented exactly is not really relevant as long as the communication hardware exists and can be used from Java software. In many cases, standard Wi-Fi hardware is used.