lwip_nat_arduino icon indicating copy to clipboard operation
lwip_nat_arduino copied to clipboard

lwip library with NAT feature for Arduino environment

Results 17 lwip_nat_arduino issues
Sort by recently updated
recently updated
newest added

can we add for the ENC28J60 Ethernet Support for this code?

Unable to compile due to multiple definitions or maybe some other reasons. Don't know, is this due to updates in platformIO. Please help!! ![Screenshot_2021-05-20_00_29_39](https://user-images.githubusercontent.com/75873027/119035695-7a867b00-b9cd-11eb-9387-45ffbd8ca876.png)

I have a tello quadcopter connected as AP whith IP 192.168.10.1 which act as DHCP and set first client to 192.168.10.2. Tello : receive command UDP pachets on port 8889...

I have a question. How do I need to config my IP addresses to access NAT4 router from NAT1 router? Accessing NAT1 router from NAT4 is not a problem but...

I have 2 esps as the following scenario | ESP1-STA 192.168.43.10 | |Home Router 192.168.43.1| | 192.168.43.20 STA-ESP2 | By this lwip-nat_arduino's liblwip_src.a, how to set any function for I...

Hi martin-ger, I'm working on a sketch to stream data from/to a W5500 ethernet adapter (interfaced via spi with the ESP8266 in Arduino IDE) to/from WiFi single remote client. Until...

Dear Martin, I was able to compile the 2 example files in Windows 10 in Arduino IDE and flash them to an ESP8266. Obiously both sketches work as I could...

Dear all I meet one problem about the line: dhcps_set_DNS(WiFi.dnsIP()); from feedback of arduino IDE: conversion from 'IPAddress' to 'ip_addr*' is ambiguous I check everywhere but not find answer. Thanks...

Hi, i have the following error: WiFiNatRouter:66:39: error: invalid cast from type 'IPAddress' to type 'ip_addr*' dhcps_set_DNS(WiFi.dnsIP()); ^ exit status 1 invalid cast from type 'IPAddress' to type 'ip_addr*'

Thank you for your comments! I transferred the project to the Arduino development platform for operation Operation: The following operations are in strict accordance with the blogger: https://github.com/martin-ger/lwip_nat_arduino project installation...