13#include "netif/etharp.h"
15#include "lwip/netif.h"
16#include "lwip/timeouts.h"
17#include "ethernet_driver.h"
18#include "lwip/tcpip.h"
20#define NET_DEFAULT {{},{},{},{},{},NET_LINK_DOWN,NET_UNBOUND,NET_MODE_ETHERNET};
21#define ETHERNETIF_LINKTHR_ATTR {.stack_size = 128,.priority = (osPriority_t) osPriorityNormal}
net_bound_state_e
conveys information regarding the network's DHCP state
net_mode_e
used to set net's prefferred/current network interface
struct net net_s
Defines the system's network interfaces.
void net_init(net_mode_e mode, void *net_ready_callback)
Initialises network.
net_link_state_e
conveys information relative the network's link state
ip4_addr_t net_get_ip_addr(void)
Returns the active network interface IP address.
void net_set_mode(net_mode_e mode)
Sets the network mode to either ethernet or wireless.
ip4_addr_t net_get_gateway(void)
Returns the active network interface gateway address.
Defines the system's network interfaces.
void(* net_ready_callback)(void)
net_link_state_e link_state
net_bound_state_e bound_state