• Runtime Configuration of MAC Address
    Hi, I'm using RL-NET 6.4, I wanted to change MAC address of my boards dynamically, there is this evidence in documentations. The MAC address is written to the Ethernet controller registers when...
  • RL-TCPNet HTTP Server - change Port at runtime
    Hi! Is there any possibity to change the HTTP-Portnumber at runtime? (It is defined in Net_Config.c (HTTP_PORTNUM)) I already change the hostname and ip-configuration at initialization of the...
  • TCPnet: switching between PPP and Ethernet at runtime
    Hello, I have a couple questions regarding TCPnet that I would appreciate some assistance on: 1) I am using raw TCP/IP sockets and at runtime I need to be able to dictate which communication...
  • Runtime of if
    Hello, if there is code like if (condition) bla = blub; than the timming can be different if condition is true or false. How to make timing equal on both path? Is else dummy...
  • RL-TCPNet icmp configuration
    Hi all, is it possible to configure the icmp behaviour of the tcp/ip stack in the library? I can't find any reference to it in Net_Config.c. Can you confirm that the icmp packets handler is configured...