Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cotestatnt/esp-fs-webserver
/ functions
Functions
518 in github.com/cotestatnt/esp-fs-webserver
⨍
Functions
518
◇
Types & classes
27
↓ 85 callers
Function
cJSON_GetObjectItemCaseSensitive
src/json/cJSON.c:1973
↓ 58 callers
Method
send
* send text data to client * @param num uint8_t client id * @param type socketIOmessageType_t * @param payload uint8_t * * @param length size_t *
src/websocket/SocketIOclient.cpp:109
↓ 46 callers
Method
setString
src/Json.cpp:232
↓ 45 callers
Function
cJSON_Delete
Delete a cJSON structure. */
src/json/cJSON.c:253
↓ 38 callers
Method
close
src/websocket/WebSocketsServer.cpp:92
↓ 36 callers
Function
cJSON_IsString
src/json/cJSON.c:3017
↓ 27 callers
Function
cJSON_AddStringToObject
src/json/cJSON.c:2195
↓ 27 callers
Function
cJSON_IsArray
src/json/cJSON.c:3027
↓ 21 callers
Function
cJSON_AddItemToObject
src/json/cJSON.c:2104
↓ 20 callers
Function
cJSON_CreateObject
src/json/cJSON.c:2594
↓ 20 callers
Function
cJSON_GetObjectItem
src/json/cJSON.c:1968
↓ 18 callers
Method
write
* 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 bytes
src/websocket/WebSockets.cpp:644
↓ 17 callers
Method
begin
src/FSWebServer.cpp:24
↓ 17 callers
Function
cJSON_New_Item
Internal constructor. */
src/json/cJSON.c:241
↓ 17 callers
Method
getRoot
Low-level accessor: expose underlying cJSON root for advanced operations (e.g. iterating arrays/objects in higher-level helpers). Caller must NOT free
src/Json.h:53
↓ 15 callers
Function
ensure
realloc printbuffer if necessary to have at least "needed" bytes more */
src/json/cJSON.c:485
↓ 15 callers
Method
sendHeader
* send the WebSocket header to Server * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsClient.cpp:583
↓ 13 callers
Method
setNumber
src/Json.cpp:240
↓ 12 callers
Method
add
src/Json.cpp:161
↓ 12 callers
Function
add_item_to_object
src/json/cJSON.c:2067
↓ 12 callers
Function
cJSON_DeleteItemFromObjectCaseSensitive
src/json/cJSON.c:2313
↓ 12 callers
Method
createObject
--------- Construction helpers for nested structures ---------
src/Json.cpp:147
↓ 11 callers
Function
cJSON_CreateArray
src/json/cJSON.c:2583
↓ 10 callers
Function
buffer_skip_whitespace
Utility to jump whitespace and cr/lf */
src/json/cJSON.c:1085
↓ 10 callers
Function
cJSON_IsNumber
src/json/cJSON.c:3007
↓ 10 callers
Method
getOptionValue
src/FSWebServer.h:608
↓ 9 callers
Function
cJSON_CreateString
src/json/cJSON.c:2516
↓ 9 callers
Method
createArray
src/Json.cpp:154
↓ 9 callers
Method
ensureObject
src/Json.cpp:199
↓ 9 callers
Function
queryExecute
Variadic function that will execute the query selected with passed parameters
examples/mysqlRFID/mysql_impl.h:68
↓ 9 callers
Function
serializeJsonDocument
src/FSWebServer.cpp:8
↓ 8 callers
Function
cJSON_IsObject
src/json/cJSON.c:3037
↓ 8 callers
Method
setArray
src/Json.cpp:256
↓ 7 callers
Method
addOption
boolean option overload with per-option grouping control
src/FSWebServer.h:584
↓ 7 callers
Function
cJSON_CreateNumber
src/json/cJSON.c:2490
↓ 7 callers
Function
cJSON_IsBool
src/json/cJSON.c:2988
↓ 7 callers
Function
cJSON_IsTrue
src/json/cJSON.c:2977
↓ 7 callers
Function
cJSON_Parse
Default options for cJSON_Parse */
src/json/cJSON.c:1222
↓ 7 callers
Function
cJSON_strdup
src/json/cJSON.c:188
↓ 7 callers
Method
redirect
src/FSWebServer.cpp:1000
↓ 7 callers
Method
serialize
src/Json.cpp:136
↓ 6 callers
Function
base64_encode_value
src/websocket/libb64/cencode.c:28
↓ 6 callers
Function
cJSON_AddBoolToObject
src/json/cJSON.c:2171
↓ 6 callers
Function
cJSON_AddItemToArray
Add item to array/object. */
src/json/cJSON.c:2046
↓ 5 callers
Method
getConfigFileName
* Get complete path of config.json file */
src/FSWebServer.h:549
↓ 5 callers
Function
get_object_item
src/json/cJSON.c:1936
↓ 5 callers
Function
print_value
Render a value to text. */
src/json/cJSON.c:1418
↓ 5 callers
Function
suffix_object
Utility for array list handling. */
src/json/cJSON.c:1984
↓ 4 callers
Function
SHA1Update
src/websocket/libsha1/libsha1.c:132
↓ 4 callers
Function
addIndent
src/Json.cpp:48
↓ 4 callers
Function
add_item_to_array
src/json/cJSON.c:2012
↓ 4 callers
Function
base64_decode_value
src/websocket/libb64/cdecode.c:19
↓ 4 callers
Function
cJSON_CreateBool
src/json/cJSON.c:2479
↓ 4 callers
Function
cast_away_const
helper function to cast away const */
src/json/cJSON.c:2058
↓ 4 callers
Method
disconnect
src/websocket/SocketIOclient.cpp:96
↓ 4 callers
Method
getPassword
src/CredentialManager.cpp:205
↓ 4 callers
Function
get_array_item
src/json/cJSON.c:1907
↓ 4 callers
Function
mbedtls_aes_free
src/compat/mbedtls_aes.h:29
↓ 4 callers
Method
onEvent
* set callback function * @param cbEvent SocketIOclientEvent */
src/websocket/SocketIOclient.cpp:80
↓ 4 callers
Function
saveTable
(filename, text)
examples/csvLogger/data/assets/js/csv.js:69
↓ 4 callers
Method
sendTXT
* send text data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see se
src/websocket/WebSocketsServer.cpp:142
↓ 4 callers
Method
set
src/Json.cpp:176
↓ 4 callers
Method
setBool
src/Json.cpp:248
↓ 4 callers
Function
update_offset
calculate the new length of the string in a printbuffer and update the offset */
src/json/cJSON.c:571
↓ 3 callers
Function
cJSON_CreateNull
Create basic types: */
src/json/cJSON.c:2446
↓ 3 callers
Function
cJSON_DetachItemViaPointer
src/json/cJSON.c:2243
↓ 3 callers
Function
cJSON_ParseWithLengthOpts
Parse an object - create a new root, and populate. */
src/json/cJSON.c:1142
↓ 3 callers
Method
closeConfiguration
src/SetupConfig.hpp:358
↓ 3 callers
Method
enableFsCodeEditor
src/FSWebServer.cpp:648
↓ 3 callers
Method
getServerIP
Get the webserver IP address */
src/FSWebServer.h:348
↓ 3 callers
Function
listFiles
()
examples/csvLogger/data/assets/js/index.js:6
↓ 3 callers
Function
listFiles
()
examples/csvLoggerSD/data/assets/js/index.js:6
↓ 3 callers
Function
loadFile
(filename)
examples/esp32-cam/data/www/app.js:26
↓ 3 callers
Function
logCurrentStaNetworkConfig
Helper: log the actual station network configuration as seen by the core (independent from WiFiConnectParams / CredentialManager values).
src/WiFiService.cpp:28
↓ 3 callers
Method
parse
src/Json.cpp:14
↓ 3 callers
Function
parse_value
Parser core - when encountering text, process appropriately. */
src/json/cJSON.c:1363
↓ 3 callers
Function
resetTaskWdtIfSubscribed
src/WiFiService.cpp:44
↓ 3 callers
Method
saveToFS
Save credentials to FS in a simple binary format: [uint8_t count][char hostname[33]] then for each credential: [char ssid[33]][uint16_t pwd_len][uint8
src/CredentialManager.cpp:422
↓ 3 callers
Method
saveToNVS
Save credentials to ESP32 NVS in a key/value layout. Global: host -> hostname (null-terminated string) count -> number of stored credentials (uint8_t
src/CredentialManager.cpp:567
↓ 3 callers
Method
sendOK
src/FSWebServer.cpp:711
↓ 3 callers
Function
serializeNode
src/Json.cpp:118
↓ 3 callers
Method
setHostname
src/CredentialManager.cpp:71
↓ 3 callers
Method
startCaptivePortal
src/FSWebServer.cpp:1010
↓ 3 callers
Method
startWiFi
src/FSWebServer.cpp:959
↓ 2 callers
Function
$
(el)
examples/csvLogger/data/assets/js/csv.js:6
↓ 2 callers
Function
$
(el)
examples/csvLoggerSD/data/assets/js/csv.js:6
↓ 2 callers
Function
SHA1Transform
src/websocket/libsha1/libsha1.c:57
↓ 2 callers
Function
addEntry
(entryName)
examples/esp32-cam/data/www/app.js:85
↓ 2 callers
Method
addOptionBox
src/FSWebServer.h:570
↓ 2 callers
Function
cJSON_AddNumberToObject
src/json/cJSON.c:2183
↓ 2 callers
Function
cJSON_Duplicate
src/json/cJSON.c:2769
↓ 2 callers
Function
cJSON_PrintUnformatted
src/json/cJSON.c:1307
↓ 2 callers
Function
cJSON_ReplaceItemViaPointer
src/json/cJSON.c:2353
↓ 2 callers
Function
cJSON_free
src/json/cJSON.c:3187
↓ 2 callers
Method
clientIsConnected
* see if one client is connected * @param num uint8_t client id */
src/websocket/WebSocketsServer.cpp:383
↓ 2 callers
Method
closeSetupConfiguration
src/FSWebServer.h:624
↓ 2 callers
Function
compare_double
securely comparison of floating-point variables */
src/json/cJSON.c:584
↓ 2 callers
Method
connectedClients
* count the connected clients (optional ping them) * @param ping bool ping the connected clients */
src/websocket/WebSocketsServer.cpp:365
↓ 2 callers
Function
create_reference
Utility for handling references. */
src/json/cJSON.c:1991
↓ 2 callers
Function
deleteFile
(filename)
examples/csvLogger/data/assets/js/index.js:28
next →
1–100 of 518, ranked by callers