Hi
I need to use the NAT module for network address translation. But the usage involves a custom private wireless interface which currently has no network driver. So the application works as follows,
a. the application gets a complete IP packet from custom wireless interface (which is a private network) and it needs to be sent to public network after translation.
b. when a packet is received from public network, it is translated by NAT and then the packet should be accessible in the application for processing via custom wireless interface.
SO question is how can i create a custom netx duo network driver for private network?
one option which i tried was just create another NETX port ETHER on sf_el_nx using different name and channel. and change the contents of nx_renesas_synergy.c . BUT then it is not a real ethernet port so it would not initialize and pass all the tests/ARP requests etc. all those are not required for my application.
Any solution to above problem.??
Thanks
Ajinkya