There are numerous software protocols for computer to computer communication that have been developed over the last 50 years. Some are simple and straightforward while others are incredibly complex. You might want to start with something simple and straightforward as opposed to complex, especially if you don't have any specific requirements. Speaking of requirements, I guess you forgot to mention any.Is there Good software protocol to communicate between arduino and raspberry PI ?, some tutorial ?
Whats the data rate ?Is there Good software protocol to communicate between arduino and raspberry PI ?, some tutorial ?
Signal data, very primitive, only analog and digital pin value, but at realtime and very high speed, ethernet is good, but we must use carrier grade switch, because is data send via switch is come with delay (in micro second)What do you want to send between them?
Some papper / detailed explanation ? Video ?All you need is a 8-bit transparent binary data interface with out-of-band signaling at the most basic level for raw byte-sequence serial protocols between two devices. I've used a 9-bit uart protocol (bit 9 for data or control switching) with a embedded 32-bit CRC to transfer data (from and to processor memory) from one programs binary C structure (containing digital and analog values) directly to another remote programs binary C structure between 32-bit and 8-bit controllers
Maybe that's not my needsAll you need is a 8-bit transparent binary data interface with out-of-band signaling at the most basic level for raw byte-sequence serial protocols between two devices. I've used a 9-bit uart protocol (bit 9 for data or control switching) with a embedded 32-bit CRC to transfer data (from and to processor memory) from one programs binary C structure (containing digital and analog values) directly to another remote programs binary C structure between 32-bit and 8-bit controllers
Not such things... you don't know my problemAll you need is a 8-bit transparent binary data interface with out-of-band signaling at the most basic level for raw byte-sequence serial protocols between two devices. I've used a 9-bit uart protocol (bit 9 for data or control switching) with a embedded 32-bit CRC to transfer data (from and to processor memory) from one programs binary C structure (containing digital and analog values) directly to another remote programs binary C structure between 32-bit and 8-bit controllers
Yes, you're correct, nobody does because your current description of the needed parameters of your problem is inadequate to formulate a good solution.Not such things... you don't know my problem
An example of Roll Your Own protocol.Some papper / detailed explanation ? Video ?
There is more than one kind of ethernet. which one did you have in mind?Signal data, very primitive, only analog and digital pin value, but at realtime and very high speed, ethernet is good, but we must use carrier grade switch, because is data send via switch is come with delay (in micro second)
People who do this kind of stuff seldom write papers. There's no percentage in it.Some papper / detailed explanation ? Video ?
How can you know that if you don't know what he is talking about.Maybe that's not my needs
You say HTTP,Carrier grade switch is mandatory... even is not really enough... read my explanation please...
Ethernet is HTTP protocol (client-server)
Ok...@meowsoft unfortunately, your description is rather scattered. A drawing, with the functional elements, and some dimension for the run lengths, along with actual examples of data to be exchanged would help a lot.
Also, a flow chart for use of the data by the program(s), even in block diagram form, would help.
You’ve confused me so much with your multiple posts with mixed information I can’t even start to help.
by Duane Benson
by Robert Keim
by Duane Benson
by Aaron Carman