LOGGER  Logger
Data Logging using ESP8266
Functions | Variables
networkservices.h File Reference
#include "basetype.h"

Go to the source code of this file.

Functions

void networkservicesInit (bool enableAP)
 
void networkservicesLoop ()
 
void networkservicesConfigurationPage (Print *pPrint)
 

Variables

char apName [32]
 < version of this include file More...
 
char ssidName [32]
 SSID to log in to the WIFI network.
 
char ssidPassword [32]
 Password to use for the SSID.
 

Detailed Description

Services to support general purpose network connectivity.

Function Documentation

void networkservicesConfigurationPage ( Print *  pPrint)

Display a table with all of the network configuration parameters.

Parameters
pPrintwhere to emit the output
void networkservicesInit ( bool  enableAP)

Initialize networking services, call once at system startup. Connects to the network.

Parameters
enableAPturn on access point support
void networkservicesLoop ( )

Call this from the main loop. Handle network activity that must be done on a periodic basis.

Variable Documentation

char apName[32]

< version of this include file

AP name, user defined name for the access point.