AR150 Series includes AR150, AR150-Ext, AR150-PoE and AR150-Ext-PoE.Hardware Specification¶ModelGL-AR150 CPU Atheros 9331 400MHz Memory DDRII 64MB Storage 16MB flash Interfaces 1 WAN1 LAN1 USB2.01 Micro USB (power)1 Reset ButtonUART Frequency 2.4GHz Transmission Rate 150Mbps Max. Tx ...
static void s_button_actor (zsock_t *pipe, void *args) { zsock_signal (pipe, 0); // Tell caller we're ready int last_value = 0; // Assume button is off zpoller_t *poller = zpoller_new (pipe, NULL); while (!zsys_interrupted) { if (zpoller_wait (poller, 250)) break; ...
static void s_button_actor (zsock_t *pipe, void *args) { zsock_signal (pipe, 0); // Tell caller we're ready int last_value = 0; // Assume button is off zpoller_t *poller = zpoller_new (pipe, NULL); while (!zsys_interrupted) { if (zpoller_wait (poller, 250)) break; /...