Rahul K.A
Rahul K.A
In particular, there doesnt seem to be any information on what string format the `socketTable` uses as an input
Hi @levy , thanks for the response. Essentially, I want to simulate 2 UDP applications running on a single device, with each application having a unique VLAN ID. Having read...
This sounds doable, but Im missing a little bit more implementation details. My first question is how the tagged incoming packets will be sent to the correct sockets. I haven't...
This sounds doable, but Im missing a little bit more implementation details. My first question is how the tagged incoming packets will be sent to the correct sockets. I haven't...
In addition to UDP, I'm also interested in looking into implementing running multiple `PingApp`s in the same device, each with their own VLAN ID. I understand that the overall idea...
@levy I have solved the ICMP VLAN issue by doing the following. In the `ICMP` module, inside `processEchoRequest`, when the request packet is read, and the ICMP response packet is...