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
↓ 2 callers
Function
deleteFile
(filename)
examples/csvLoggerSD/data/assets/js/index.js:28
↓ 2 callers
Function
deleteFile
(filename)
examples/esp32-cam/data/www/app.js:58
↓ 2 callers
Method
deleteRecord
Delete existing record matching key-value pair
examples/localRFID/JsonDB.hpp:80
↓ 2 callers
Function
downloadTable
* Download the specified table to * the users computer. * * @param {type} table table number * @param {save} save file to host memory * @return
examples/csvLogger/data/assets/js/csv.js:105
↓ 2 callers
Function
downloadTable
* Download the specified table to * the users computer. * * @param {type} table table number * @param {save} save file to host memory * @return
examples/csvLoggerSD/data/assets/js/csv.js:105
↓ 2 callers
Function
getContentType
src/mimetable/mimetable.cpp:37
↓ 2 callers
Method
getCredentials
src/CredentialManager.h:226
↓ 2 callers
Method
getDebugInfo
src/CredentialManager.cpp:812
↓ 2 callers
Function
getSHA256
examples/mysqlRFID/webserver_impl.h:28
↓ 2 callers
Method
getSetupConfigurator
Lazy initialization: create setup object only when first needed
src/FSWebServer.h:207
↓ 2 callers
Method
getString
src/Json.cpp:314
↓ 2 callers
Function
getUserLevel
examples/mysqlRFID/webserver_impl.h:17
↓ 2 callers
Function
getUserLevel
examples/localRFID/webserver.hpp:35
↓ 2 callers
Method
getWebSocketServer
src/FSWebServer.h:479
↓ 2 callers
Function
get_decimal_point
get the decimal point character of the current locale */
src/json/cJSON.c:279
↓ 2 callers
Method
handleFileRequest
First try to find and return the requested file from the filesystem, and if it fails, return a 404 page with debug information
src/FSWebServer.cpp:718
↓ 2 callers
Method
handleSetup
src/FSWebServer.cpp:773
↓ 2 callers
Function
jsonEscapeString
src/Json.cpp:22
↓ 2 callers
Function
listFiles
()
examples/esp32-cam/data/www/app.js:14
↓ 2 callers
Function
loadCsv
* Load the csv from webserver location and fit table with data
examples/csvLogger/data/assets/js/csv.js:194
↓ 2 callers
Function
loadCsv
* Load the csv from webserver location and fit table with data
examples/csvLoggerSD/data/assets/js/csv.js:194
↓ 2 callers
Method
loadFromFS
Load credentials from FS written by saveToFS(). Uses the same binary layout as described above.
src/CredentialManager.cpp:470
↓ 2 callers
Method
loadFromNVS
Load credentials from ESP32 NVS using the layout documented in saveToNVS(). If any entry is missing, sensible defaults (e.g. 0.0.0.0 for IP/DNS) are a
src/CredentialManager.cpp:689
↓ 2 callers
Function
loop
pio_examples/esp32-p4/src/withWebSocket.cpp:163
↓ 2 callers
Method
loop
src/websocket/SocketIOclient.cpp:178
↓ 2 callers
Function
mbedtls_aes_crypt_cbc
src/compat/mbedtls_aes.h:51
↓ 2 callers
Function
mbedtls_aes_init
src/compat/mbedtls_aes.h:23
↓ 2 callers
Function
parse_hex4
parse 4 digit hexadecimal number */
src/json/cJSON.c:661
↓ 2 callers
Function
parse_string
Parse the input text into an unescaped cinput, and populate item. */
src/json/cJSON.c:819
↓ 2 callers
Function
print
src/json/cJSON.c:1234
↓ 2 callers
Function
print_string_ptr
Render the cstring provided to an escaped version that can be printed. */
src/json/cJSON.c:949
↓ 2 callers
Method
remoteIP
* get an IP for a client * @param num uint8_t client id * @return IPAddress */
src/websocket/WebSocketsServer.cpp:396
↓ 2 callers
Function
replace_item_in_object
src/json/cJSON.c:2412
↓ 2 callers
Function
updateGpiosList
* Iterate to the gpio list passed as parameter anc create DOMs dinamically
examples/gpio_list/data/script.js:77
↓ 2 callers
Function
wsLogPrintf
Log messages both on Serial and WebSocket clients
pio_examples/esp32-p4/src/withWebSocket.cpp:19
↓ 1 callers
Function
SHA1Final
src/websocket/libsha1/libsha1.c:156
↓ 1 callers
Function
SHA1Init
src/websocket/libsha1/libsha1.c:118
↓ 1 callers
Method
addCredential
src/CredentialManager.cpp:86
↓ 1 callers
Function
addEntry
(entryName)
examples/csvLogger/data/assets/js/index.js:55
↓ 1 callers
Function
addEntry
(entryName)
examples/csvLoggerSD/data/assets/js/index.js:55
↓ 1 callers
Method
addRecord
Adds new record to the table with optional duplicate check
examples/localRFID/JsonDB.hpp:51
↓ 1 callers
Function
addTableUnit
* Adds (appends) a table holder to the page. * * @param {type} unit * @returns {undefined}
examples/csvLogger/data/assets/js/csv.js:64
↓ 1 callers
Function
addTableUnit
* Adds (appends) a table holder to the page. * * @param {type} unit * @returns {undefined}
examples/csvLoggerSD/data/assets/js/csv.js:64
↓ 1 callers
Function
base64_encode_block
src/websocket/libb64/cencode.c:35
↓ 1 callers
Function
base64_encode_blockend
src/websocket/libb64/cencode.c:96
↓ 1 callers
Function
base64_init_encodestate
src/websocket/libb64/cencode.c:21
↓ 1 callers
Method
begin
src/CredentialManager.cpp:22
↓ 1 callers
Method
broadcastBIN
* send binary data to client all * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see sendFrame for more details)
src/websocket/WebSocketsServer.cpp:244
↓ 1 callers
Method
broadcastTXT
* send text data to client all * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see sendFrame for more details) *
src/websocket/WebSocketsServer.cpp:179
↓ 1 callers
Method
broadcastWebSocket
src/FSWebServer.h:481
↓ 1 callers
Function
cJSON_AddItemReferenceToArray
src/json/cJSON.c:2115
↓ 1 callers
Function
cJSON_CreateFalse
src/json/cJSON.c:2468
↓ 1 callers
Function
cJSON_CreateRaw
src/json/cJSON.c:2566
↓ 1 callers
Function
cJSON_CreateTrue
src/json/cJSON.c:2457
↓ 1 callers
Function
cJSON_DetachItemFromArray
src/json/cJSON.c:2279
↓ 1 callers
Function
cJSON_DetachItemFromObject
src/json/cJSON.c:2294
↓ 1 callers
Function
cJSON_DetachItemFromObjectCaseSensitive
src/json/cJSON.c:2301
↓ 1 callers
Function
cJSON_Duplicate_rec
src/json/cJSON.c:2774
↓ 1 callers
Function
cJSON_InitHooks
src/json/cJSON.c:209
↓ 1 callers
Function
cJSON_ParseWithOpts
src/json/cJSON.c:1126
↓ 1 callers
Function
cJSON_Print
Render a cJSON item/entity/structure to text. */
src/json/cJSON.c:1302
↓ 1 callers
Function
cJSON_SetValuestring
Note: when passing a NULL valuestring, cJSON_SetValuestring treats this as an error and return NULL */
src/json/cJSON.c:430
↓ 1 callers
Function
case_insensitive_strcmp
Case insensitive string comparison, doesn't consider two NULL pointers equal though */
src/json/cJSON.c:133
↓ 1 callers
Method
checkConfigFile
If config file or folder doesn't exist, create them. If config file exists, do nothing. Returns true if config file is ready for use (exists or create
src/SetupConfig.hpp:296
↓ 1 callers
Method
checkSSIDExists
src/CredentialManager.h:230
↓ 1 callers
Method
clearAll
src/CredentialManager.cpp:252
↓ 1 callers
Function
clearTables
* Clears all tables from the page.
examples/csvLogger/data/assets/js/csv.js:53
↓ 1 callers
Function
clearTables
* Clears all tables from the page.
examples/csvLoggerSD/data/assets/js/csv.js:53
↓ 1 callers
Method
clientDisconnect
* * @param client WSclient_t * ptr to the client struct * @param code uint16_t see RFC * @param reason ptr to the disconnect reason message * @pa
src/websocket/WebSockets.cpp:69
↓ 1 callers
Function
connectToDatabase
Establish connection with MySQL database according to the variables defined (/setup webpage)
examples/mysqlRFID/mysql_impl.h:52
↓ 1 callers
Function
csvTo2DArray
* Creates a 2D (Multidimentional) array from * CSV data in string form. * * @param {type} csv the CSV data. * @param {type} separator the charact
examples/csvLogger/data/assets/js/csv.js:286
↓ 1 callers
Function
csvTo2DArray
* Creates a 2D (Multidimentional) array from * CSV data in string form. * * @param {type} csv the CSV data. * @param {type} separator the charact
examples/csvLoggerSD/data/assets/js/csv.js:286
↓ 1 callers
Function
customParseFloat
* Standard parseFloat don't handle properly "0", "0.0", "0.00" etc strings * @param {strNumber} the string representing a number to be parsed * @ret
examples/csvLogger/data/assets/js/csv.js:211
↓ 1 callers
Function
customParseFloat
* Standard parseFloat don't handle properly "0", "0.0", "0.00" etc strings * @param {strNumber} the string representing a number to be parsed * @ret
examples/csvLoggerSD/data/assets/js/csv.js:211
↓ 1 callers
Function
download
* Creates and downloads a file to the users computer. * * @param {type} filename * @param {type} text * @returns {undefined}
examples/csvLogger/data/assets/js/csv.js:144
↓ 1 callers
Function
download
* Creates and downloads a file to the users computer. * * @param {type} filename * @param {type} text * @returns {undefined}
examples/csvLoggerSD/data/assets/js/csv.js:144
↓ 1 callers
Method
findRecord
Finds first record matching key-value pair
examples/localRFID/JsonDB.hpp:95
↓ 1 callers
Function
getGpioList
* Read GPIO list status
examples/gpio_list/data/script.js:65
↓ 1 callers
Method
getHostname
src/CredentialManager.cpp:79
↓ 1 callers
Function
getRow
* Creates an array from a CSV row (line) * * @param {type} row the CSV row. * @param {type} separator character used to separate * cells/columns
examples/csvLogger/data/assets/js/csv.js:317
↓ 1 callers
Function
getRow
* Creates an array from a CSV row (line) * * @param {type} row the CSV row. * @param {type} separator character used to separate * cells/columns
examples/csvLoggerSD/data/assets/js/csv.js:317
↓ 1 callers
Function
getSHA256
examples/localRFID/webserver.hpp:16
↓ 1 callers
Function
getTable
* Creates an unstyled, bare-bones html table * from the provided 2D(Multidimentional Array). * * @param {type} tableArray the 2D array. * @param
examples/csvLogger/data/assets/js/csv.js:236
↓ 1 callers
Function
getTable
* Creates an unstyled, bare-bones html table * from the provided 2D(Multidimentional Array). * * @param {type} tableArray the 2D array. * @param
examples/csvLoggerSD/data/assets/js/csv.js:236
↓ 1 callers
Function
getTableUnit
* Creates a table holder with the * given table in it. * * @param {type} title * @param {type} tableHtml * @returns {String|getTableUnit.tableH
examples/csvLogger/data/assets/js/csv.js:41
↓ 1 callers
Function
getTableUnit
* Creates a table holder with the * given table in it. * * @param {type} title * @param {type} tableHtml * @returns {String|getTableUnit.tableH
examples/csvLoggerSD/data/assets/js/csv.js:41
↓ 1 callers
Function
getUserInput
* @returns {getUserInput.userInput} an object * containing all the user input at the time * of the method call.
examples/csvLogger/data/assets/js/csv.js:16
↓ 1 callers
Function
getUserInput
* @returns {getUserInput.userInput} an object * containing all the user input at the time * of the method call.
examples/csvLoggerSD/data/assets/js/csv.js:16
↓ 1 callers
Method
getUsers
examples/localRFID/JsonDB.hpp:105
↓ 1 callers
Method
handleFileCreate
Handle the creation/rename of a new file Operation | req.responseText ---------------+---------------------------------------------------
src/FSWebServer.cpp:1111
↓ 1 callers
Method
handleFileDelete
src/FSWebServer.cpp:1212
↓ 1 callers
Method
handleFileEdit
src/FSWebServer.cpp:1041
↓ 1 callers
Method
handleFileList
Return the list of files in the directory specified by the "dir" query string parameter. Also demonstrates the use of chunked responses. */
src/FSWebServer.cpp:1055
↓ 1 callers
Method
handleFileName
src/FSWebServer.cpp:705
↓ 1 callers
Method
handleFileUpload
src/FSWebServer.cpp:830
↓ 1 callers
Method
handleFsStatus
Return the FS type, status and size info */
src/FSWebServer.cpp:1227
↓ 1 callers
Method
handleIndex
src/FSWebServer.cpp:578
↓ 1 callers
Method
handleSetupWebSocket
src/FSWebServer.cpp:144
↓ 1 callers
Method
handleWebsocketCb
src/websocket/WebSockets.cpp:376
↓ 1 callers
Method
isOpened
src/SetupConfig.hpp:183
← previous
next →
101–200 of 518, ranked by callers