36template <
class Client,
class Server>
56 this->network = (
char *)
network;
132 LOGD(
"copy data...");
140 LOGI(
"range exhausted...");
148 LOGI(
"stop client...");
154 LOGI(
"client was not connected");
211 WiFi.setSleep(
false);
215 Serial.print(
"IP address: ");
240 LOGE(
"connection was closed");
248 LOGI(
"sendReply - calling callback");
251 }
else if (
in !=
nullptr) {
253 LOGI(
"sendReply - Returning audio stream...");
256 LOGE(
"connection was closed");
296 }
else if (
c !=
'\r') {
#define TRACED()
Definition AudioLoggerIDF.h:31
#define LOGI(...)
Definition AudioLoggerIDF.h:28
#define LOGD(...)
Definition AudioLoggerIDF.h:27
#define LOGE(...)
Definition AudioLoggerIDF.h:30
void(* AudioServerDataCallback)(Print *out)
Calback which writes the sound data to the stream.
Definition AudioServerT.h:11