MCPcopy Create free account

hub / github.com/JoaoLopesF/RemoteDebug / functions

Functions131 in github.com/JoaoLopesF/RemoteDebug

↓ 12 callersMethodstop
src/RemoteDebug.cpp:342
↓ 8 callersMethodonDisconnect
src/RemoteDebug.cpp:221
↓ 6 callersFunctionbase64_encode_value
src/utility/libb64/cencode.c:28
↓ 5 callersMethodremoteIP
* get an IP for a client * @param num uint8_t client id * @return IPAddress */
src/utility/WebSocketsServer.cpp:430
↓ 4 callersFunctionSHA1Update
src/utility/libsha1/libsha1.c:132
↓ 4 callersFunctionbase64_decode_value
src/utility/libb64/cdecode.c:19
↓ 3 callersMethodsendTXT
* send text data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (se
src/utility/WebSocketsServer.cpp:178
↓ 2 callersFunctionSHA1Transform
src/utility/libsha1/libsha1.c:57
↓ 2 callersMethodconnectFailedCb
src/utility/WebSocketsClient.cpp:717
↓ 2 callersMethoddisconnect
src/RemoteDebugWS.cpp:131
↓ 2 callersMethodonConnect
src/RemoteDebug.cpp:203
↓ 2 callersMethodwrite
* write x byte to tcp or get timeout * @param client WSclient_t * * @param out uint8_t * data buffer * @param n size_t byte count * @return b
src/utility/WebSockets.cpp:610
↓ 1 callersFunctionSHA1Final
src/utility/libsha1/libsha1.c:156
↓ 1 callersFunctionSHA1Init
src/utility/libsha1/libsha1.c:118
↓ 1 callersMethodasyncConnect
src/utility/WebSocketsClient.cpp:723
↓ 1 callersFunctionbase64_encode_block
src/utility/libb64/cencode.c:35
↓ 1 callersFunctionbase64_encode_blockend
src/utility/libb64/cencode.c:96
↓ 1 callersFunctionbase64_init_encodestate
src/utility/libb64/cencode.c:21
↓ 1 callersMethodclientDisconnect
* * @param client WSclient_t * ptr to the client struct * @param code uint16_t see RFC * @param reason ptr to the disconnect reason message *
src/utility/WebSockets.cpp:59
↓ 1 callersMethodclose
src/utility/WebSocketsServer.cpp:112
↓ 1 callersMethodconnectedCb
src/utility/WebSocketsClient.cpp:676
↓ 1 callersMethoddisconnect
src/RemoteDebug.cpp:642
↓ 1 callersMethodhandleWebsocketCb
src/utility/WebSockets.cpp:325
↓ 1 callersMethodisConnected
src/RemoteDebug.cpp:730
↓ 1 callersMethodloop
* called in arduino loop */
src/utility/WebSocketsServer.cpp:130
↓ 1 callersMethodnewClient
* handle new client connection * @param client */
src/utility/WebSocketsServer.cpp:450
↓ 1 callersMethodonConnection
src/RemoteDebug.cpp:671
↓ 1 callersMethodonEvent
* set callback function * @param cbEvent WebSocketServerEvent */
src/utility/WebSocketsServer.cpp:142
↓ 1 callersMethodonReceive
src/RemoteDebug.cpp:228
↓ 1 callersMethodwsOnReceive
src/RemoteDebug.cpp:1866
MethodRemoteDebug
src/RemoteDebug.cpp:243
MethodWebSocketsClient
src/utility/WebSocketsClient.cpp:28
MethodWebSocketsServer
src/utility/WebSocketsServer.cpp:28
MethodacceptKey
* generate the key for Sec-WebSocket-Accept * @param clientKey String * @return String Accept Key */
src/utility/WebSockets.cpp:485
MethodautoProfilerLevel
src/RemoteDebug.cpp:772
Functionbase64_decode_block
src/utility/libb64/cdecode.c:34
Methodbase64_encode
* base64_encode * @param data uint8_t * * @param length size_t * @return base64 encoded String */
src/utility/WebSockets.cpp:512
Functionbase64_init_decodestate
src/utility/libb64/cdecode.c:28
Methodbegin
src/RemoteDebug.cpp:252
Methodbegin
src/RemoteDebugWS.cpp:84
Methodbegin
* called to initialize the Websocket server */
src/utility/WebSocketsServer.cpp:65
Methodbegin
* calles to init the Websockets server */
src/utility/WebSocketsClient.cpp:42
MethodbeginSSL
src/utility/WebSocketsClient.cpp:92
MethodbeginSocketIO
src/utility/WebSocketsClient.cpp:103
MethodbeginSocketIOSSL
src/utility/WebSocketsClient.cpp:113
MethodbroadcastBIN
* send binary data to client all * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see sendFrame for more detail
src/utility/WebSocketsServer.cpp:282
MethodbroadcastPing
* sends a WS ping to all Client * @param payload uint8_t * * @param length size_t * @return true if ping is send out */
src/utility/WebSocketsServer.cpp:332
MethodbroadcastTXT
* send text data to client all * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see sendFrame for more details)
src/utility/WebSocketsServer.cpp:215
MethodclearLastCommand
src/RemoteDebug.cpp:1405
MethodclientDisconnect
* Disconnect an client * @param client WSclient_t * ptr to the client struct */
src/utility/WebSocketsServer.cpp:536
MethodclientDisconnect
* Disconnect an client * @param client WSclient_t * ptr to the client struct */
src/utility/WebSocketsClient.cpp:349
MethodclientIsConnected
* get client state * @param client WSclient_t * ptr to the client struct * @return true = connected */
src/utility/WebSocketsServer.cpp:592
MethodclientIsConnected
* get client state * @param client WSclient_t * ptr to the client struct * @return true = conneted */
src/utility/WebSocketsClient.cpp:403
MethodconnectedClients
* count the connected clients (optional ping them) * @param ping bool ping the connected clients */
src/utility/WebSocketsServer.cpp:410
Methoddisconnect
* disconnect all clients */
src/utility/WebSocketsServer.cpp:357
Methoddisconnect
* disconnect one client * @param num uint8_t client id */
src/utility/WebSocketsClient.cpp:259
MethoddisconnectAllClients
src/RemoteDebugWS.cpp:113
MethodexecHttpHeaderValidation
* Called at client socket connect handshake negotiation time for each http header that is not * a websocket specific http header (not Connec
src/utility/WebSocketsServer.h:192
Methodexpand
src/RemoteDebug.cpp:1986
MethodformatNumber
src/RemoteDebug.cpp:1839
MethodgetFreeMemory
src/RemoteDebug.cpp:1969
MethodgetLastCommand
src/RemoteDebug.cpp:1398
MethodgetTelnetClient
src/RemoteDebug.cpp:310
Methodhandle
src/RemoteDebug.cpp:365
Methodhandle
src/RemoteDebugWS.cpp:153
MethodhandleAuthorizationFailed
* called if a non Authorization connection is coming in. * Note: can be override * @param client WSclient_t * ptr to the client s
src/utility/WebSocketsServer.h:158
MethodhandleClientData
* Handel incomming data from Client */
src/utility/WebSocketsServer.cpp:666
MethodhandleClientData
* Handel incomming data from Client */
src/utility/WebSocketsClient.cpp:433
MethodhandleHeader
* handles http header reading for WebSocket upgrade * @param client WSclient_t * ///< pointer to the client struct * @param headerLine String ///<
src/utility/WebSocketsServer.cpp:716
MethodhandleHeader
* handle the WebSocket header reading * @param client WSclient_t * ptr to the client struct */
src/utility/WebSocketsClient.cpp:551
MethodhandleNonWebsocketConnection
* called if a non Websocket connection is coming in. * Note: can be override * @param client WSclient_t * ptr to the client struc
src/utility/WebSocketsServer.h:140
MethodhandleWebsocket
* handle the WebSocket stream * @param client WSclient_t * ptr to the client struct */
src/utility/WebSockets.cpp:284
MethodhandleWebsocketPayloadCb
src/utility/WebSockets.cpp:411
MethodhandleWebsocketWaitFor
* wait for * @param client * @param size */
src/utility/WebSockets.cpp:295
MethodhasMandatoryHeader
* returns an indicator whether the given named header exists in the configured _mandatoryHttpHeaders collection * @param headerName String ///< the
src/utility/WebSocketsServer.cpp:702
MethodheaderDone
* callen when HTTP header is done * @param client WSclient_t * ptr to the client struct */
src/utility/WebSockets.cpp:270
MethodinitDebugger
Simple software debugger - based on SerialDebug Library
src/RemoteDebug.cpp:299
MethodisActive
src/RemoteDebug.cpp:802
MethodisCRLF
src/RemoteDebug.cpp:1977
MethodisConnected
src/RemoteDebugWS.cpp:167
MethodisSilence
src/RemoteDebug.cpp:1832
Methodloop
* called in arduino loop */
src/utility/WebSocketsClient.cpp:129
Methodloop
Async interface not need a loop call
src/utility/WebSocketsServer.h:58
Methodloop
Async interface not need a loop call
src/utility/WebSocketsClient.h:63
MethodmessageReceived
* * @param client WSclient_t * ptr to the client struct * @param opcode WSopcode_t * @param payload uint8_t * * @param length size_t */
src/utility/WebSocketsServer.cpp:508
MethodmessageReceived
* * @param client WSclient_t * ptr to the client struct * @param opcode WSopcode_t * @param payload uint8_t * * @param length size_t */
src/utility/WebSocketsClient.cpp:319
MethodonEvent
* set callback function * @param cbEvent WebSocketServerEvent */
src/utility/WebSocketsClient.cpp:181
MethodonValidateHttpHeader
* Sets the custom http header validator function * @param httpHeaderValidationFunc WebSocketServerHttpHeaderValFunc ///< pointer to the custom http
src/utility/WebSocketsServer.cpp:152
MethodprocessCommand
src/RemoteDebug.cpp:1411
MethodreadCb
* read x byte from tcp or get timeout * @param client WSclient_t * * @param out uint8_t * data buffer * @param n size_t byte count * @return
src/utility/WebSockets.cpp:535
MethodrunCbEvent
* called for sending a Event to the app * @param num uint8_t * @param type WStype_t * @param payload uint8_t *
src/utility/WebSocketsServer.h:178
MethodrunCbEvent
* called for sending a Event to the app * @param type WStype_t * @param payload uint8_t * * @param length size_t
src/utility/WebSocketsClient.h:128
MethodsendBIN
* send binary data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (
src/utility/WebSocketsServer.cpp:260
MethodsendBIN
* send binary data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (
src/utility/WebSocketsClient.cpp:227
MethodsendFrame
* * @param client WSclient_t * ptr to the client struct * @param opcode WSopcode_t * @param payload uint8_t * ptr to the payload * @para
src/utility/WebSockets.cpp:84
MethodsendHeader
* send the WebSocket header to Server * @param client WSclient_t * ptr to the client struct */
src/utility/WebSocketsClient.cpp:460
MethodsendPing
* sends a WS ping to Client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @return true if ping is send ou
src/utility/WebSocketsServer.cpp:311
MethodsendPing
* sends a WS ping to Server * @param payload uint8_t * * @param length size_t * @return true if ping is send out */
src/utility/WebSocketsClient.cpp:244
MethodsendTXT
* send text data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (se
src/utility/WebSocketsClient.cpp:193
MethodsendTelnetCommand
src/RemoteDebug.cpp:1998
next →1–100 of 131, ranked by callers