I am new to OMNET++, I succeed to create a network using Ethernet (using INET) But now i want for example to create a scenario where I can send a message lets say a float value from one node (source) to another specific one (destination). the purpose of my work is to send an image from a sensor to a specific host via Ethernet.
I saw in the tictoc tutorial how to send a message between two nodes but is it possible to do such thing with INET.
Any one have an idea bout how can i do it if its possible?