A traffic-adaptive multi-channel MAC. More...
A traffic-adaptive multi-channel MAC.
As an alternative MAC layer for IEEE 802.15.4, you can use openDSME - IEEE 802.15.4 DSME.
GoMacH is, "a General, nearly Optimal MAC protocol for multi-Hop communications", for IEEE 802.15.4 IoT/WSNs networks. It is designed to be a traffic adaptive MAC protocol that provides high traffic adaptability, high energy efficiency and high robustness.
Modules | |
GNRC GoMacH compile configuration | |
Files | |
file | gomach.h |
Implementation of GoMacH protocol. | |
file | hdr.h |
Header definition of GoMacH. | |
file | timeout.h |
Timeout handling of GoMacH. | |
file | types.h |
Internal used types of GoMacH. | |
file | gomach_internal.h |
GoMacH's internal functions. | |
Functions | |
int | gnrc_netif_gomach_create (gnrc_netif_t *netif, char *stack, int stacksize, char priority, const char *name, netdev_t *dev) |
Creates an IEEE 802.15.4 GoMacH network interface. More... | |
int gnrc_netif_gomach_create | ( | gnrc_netif_t * | netif, |
char * | stack, | ||
int | stacksize, | ||
char | priority, | ||
const char * | name, | ||
netdev_t * | dev | ||
) |
Creates an IEEE 802.15.4 GoMacH network interface.
[out] | netif | The interface. May not be NULL . |
[in] | stack | The stack for the GoMacH network interface's thread. |
[in] | stacksize | Size of stack . |
[in] | priority | Priority for the GoMacH network interface's thread. |
[in] | name | Name for the GoMacH network interface. May be NULL. |
[in] | dev | Device for the interface |