Route function in the network module #18372
Unanswered
Lobo-T
asked this question in
Core Development
Replies: 1 comment
-
|
You may need to dig into the MicroPython source code to find these answers :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This isn't really a problem, I'm just curious.
I have made a board with an RP2350, a RM2 module and a Wiznet850io module.
I have compiled my own firmware with the W5500 driver.
MicroPython v1.27.0-preview.293.g8995a291e0.dirty on 2025-10-09Everything seems to work.
But I noticed there is a route() function in the network module:
I could not find any documentation of this function.
I got curious if setting a routing table was actually possible, and tried to find the implementation of this function.
And it seems it pretty much only lists the network interfaces. Fair enough I wasn't really expecting anything.
But...
After connecting to both the CYW43 interface and the WIZNET5K interface it appears to only print the wiznet interface:
Is this a bug, or?
Beta Was this translation helpful? Give feedback.
All reactions