Re: Networking on simulator

2022-09-03 Thread Alan Carvalho de Assis
Hi Fotis, Besides its name the simhostroute.sh is using the bridge mode (look inside the script). I tested today few minutes ago and it is not working, I should have documented my config and all the steps. Maybe this article could help you: https://eadalabs.com/esp32-nuttx-and-bridged-networking

Re: Networking on simulator

2022-09-02 Thread Nathan Hartman
On Fri, Sep 2, 2022 at 8:21 AM Fotis Panagiotopoulos wrote: > I used wireshark both on the bridge and the network interface. > I can see the simulator sending packets to the bridge, but these packets do > not appear on the netif! > > It seems that the bridge does not want to forward the traffic be

Re: Networking on simulator

2022-09-02 Thread Fotis Panagiotopoulos
Alan, is this guide for CONFIG_SIM_NET_HOST_ROUTE or CONFIG_SIM_NET_BRIDGE? I suppose it is the former. But according to the documentation, NuttX will not access the internet with CONFIG_SIM_NET_HOST_ROUTE, right? Anyway, I tried with both configurations, but no, it is not working. I can ping the

Re: Networking on simulator

2022-08-31 Thread Nathan Hartman
On Wed, Aug 31, 2022 at 5:12 AM Fotis Panagiotopoulos wrote: > I enabled all network prints. > > I can see some ARP packets being sent and received, but nothing else. > I get a bunch of warnings like the following: > > netdriver_recv_work: WARNING: Unsupported Ethernet type 3465 > > (where the Eth

Re: Networking on simulator

2022-08-31 Thread Alan Carvalho de Assis
Hi Fotis, Did you try it: https://acassis.wordpress.com/2021/09/02/using-internet-in-the-nuttx-running-on-simulator/ BR, Alan On 8/31/22, Fotis Panagiotopoulos wrote: > Hello, > > motivated by the recent issues of the network, I would like to perform more > tests on NuttX and maybe automate so

Networking on simulator

2022-08-31 Thread Fotis Panagiotopoulos
Hello, motivated by the recent issues of the network, I would like to perform more tests on NuttX and maybe automate some of them. The simulator sounds great for this case, but unfortunately I never got it working. Can someone please help me with that? I am using Fedora 36. I need to have the