Since the network API is used for many providers (ethernet, wifi, cellular, ...), it isn't that easy to implement either... It's, of course, something that we want to eventually support, but probably not going to happen in the near future.
Program your microcontrollers in a fast and robust high-level language. - toitlang/toit
wahyudi12408/03/2025 02:28 PM
can i make custom module for this?
wahyudi12408/03/2025 02:28 PM
from system.api ?
wahyudi12408/03/2025 02:31 PM
currently i need for 2 interface wifi and eth
floitsch08/03/2025 02:44 PM
hmm. not sure what the easiest approach would be. For short-term hacking, probably just modifying the C code to take a static IP instead of using dhcp.