I am working on implementing a connection between two computers. The two computers must communicate using the OSI TP4 (Mac-Address to Mac-Address) connection. I am using Linux system Fedora 11. I am trying to use C / C ++ and would rather stay in them, although if there is no solution using them, I can be a little flexible with this.
The second computer is already written, and I do not need to do anything with it; I just need to write code for my end to communicate with it. I searched the Internet, trying to find any information on how to do this, or about a ready-made library that processes this message, but so far has come empty-handed.
My main experience is basic TCP / IP programming using standard C libraries, however I have no idea if I can use them for this.
I will use the ISO 8473 Connectionless protocol for layer 3 and ISO 8073 class 4 for layer 4.
Is there any information about this on the net? I can't seem to find a tutorial that explains how to do this, or some code example. Again, if you have a purchased system, this is also good - I just need to know where I can get information on this topic.
Sorry if any of this is a bit vague - I have never worked with this low-level one before, and all of this was pretty confusing for me at the moment.
source share