Comunication protocol behind the RevPi Core/Connect

Topics about the Software of Revolution Pi
Post Reply
songha
Posts: 27
Joined: 02 Jul 2021, 12:48
Answers: 0

Comunication protocol behind the RevPi Core/Connect

Post by songha »

Hello everybody,
I have to set up a project that makes communication between RevPi Core / Connect and I / O module more secure. The basic idea is to use data diodes as hardware or proxies, firewalls as software that only allows specific data flows via PiBridge (RS 485 and Ethernet). To do this, I need to know which data is being transmitted, when and in which direction between RevPi devices via RS 485 and Ethernet. So I really want to have the communication protocol of RevPi devices. Can someone help me please? Any help will be appciciated.

Thanks in advance,
Ha
->Johannes<-

Re: Comunication protocol behind the RevPi Core/Connect

Post by ->Johannes<- »

Hi Ha,

You have the option of creating your own image.

Image Bakery

The circuit diagrams of the Core/Connect and the I/O modules can be found here.

Downloads

Chapter: Circuit diagrams

Best regards

Johannes
User avatar
dirk
KUNBUS
Posts: 1942
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Comunication protocol behind the RevPi Core/Connect

Post by dirk »

Hi songha, all the details about the piControl communication is available here:
https://github.com/RevolutionPi/piControl
The pinning of the PiBridge is available here:
https://revolution.kunbus.com/tutorials ... rect=en_US
Post Reply