mongoose/examples
2024-04-17 16:13:10 -03:00
..
arduino remove http_match_uri() 2024-04-17 16:13:10 -03:00
captive-dns-server remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
device-dashboard remove http_match_uri() 2024-04-17 16:13:10 -03:00
embedded-filesystem cleanup 2024-01-09 14:55:04 -03:00
esp32 Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
esp8266/http-client-server Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
file-transfer remove http_match_uri() 2024-04-17 16:13:10 -03:00
file-upload-html-form remove http_match_uri() 2024-04-17 16:13:10 -03:00
file-upload-multiple-posts remove http_match_uri() 2024-04-17 16:13:10 -03:00
file-upload-single-post Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
http-client Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
http-proxy-client Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
http-restful-server remove http_match_uri() 2024-04-17 16:13:10 -03:00
http-reverse-proxy Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
http-server Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
http-streaming-client Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
huge-response remove http_match_uri() 2024-04-17 16:13:10 -03:00
infineon/infineon-xmc4700_4800-lwip-rtx-rtos Add RTX-RTOS support 2022-02-23 19:56:37 +02:00
json-rpc-over-websocket remove http_match_uri() 2024-04-17 16:13:10 -03:00
live-log remove http_match_uri() 2024-04-17 16:13:10 -03:00
microchip/same54-xpro Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
micropython tie Micropython examples to a stable release 2024-03-11 11:07:18 -03:00
mip-pcap remove http_match_uri() 2024-04-17 16:13:10 -03:00
mip-tap Add driver init to mg_mgr_init() 2024-03-12 15:55:35 -03:00
modbus-dashboard remove http_match_uri() 2024-04-17 16:13:10 -03:00
mqtt-client Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
mqtt-client-aws-iot Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
mqtt-dashboard Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
mqtt-over-ws-client Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
mqtt-server Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
multi-threaded remove http_match_uri() 2024-04-17 16:13:10 -03:00
multi-threaded-12m remove http_match_uri() 2024-04-17 16:13:10 -03:00
nxp Rename mongoose_custom as mongoose_config 2024-04-16 17:28:31 -03:00
renesas/ek-ra6m4-make-baremetal-builtin Rename mongoose_custom as mongoose_config 2024-04-16 17:28:31 -03:00
rp2040 Add driver init to mg_mgr_init() 2024-03-12 15:55:35 -03:00
smtp-client remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
sntp-time-sync remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
socks5-server remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
stm32 remove http_match_uri() 2024-04-17 16:13:10 -03:00
tcp remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
ti remove http_match_uri() 2024-04-17 16:13:10 -03:00
timers remove http_match_uri() 2024-04-17 16:13:10 -03:00
uart-bridge remove http_match_uri() 2024-04-17 16:13:10 -03:00
udp-ssdp-search Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
video-stream remove http_match_uri() 2024-04-17 16:13:10 -03:00
wch/ch32v307-make-baremetal-builtin Rename mongoose_custom as mongoose_config 2024-04-16 17:28:31 -03:00
websocket-client Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
websocket-server remove http_match_uri() 2024-04-17 16:13:10 -03:00
webui-login remove http_match_uri() 2024-04-17 16:13:10 -03:00
webui-plain remove http_match_uri() 2024-04-17 16:13:10 -03:00
webui-preact updated Makefiles and symlinks 2023-02-24 13:46:31 -03:00
webui-push-rest remove http_match_uri() 2024-04-17 16:13:10 -03:00
webui-push-ws remove http_match_uri() 2024-04-17 16:13:10 -03:00
webui-rest remove http_match_uri() 2024-04-17 16:13:10 -03:00
wifi-router-dashboard remove http_match_uri() 2024-04-17 16:13:10 -03:00
zephyr remove http_match_uri() 2024-04-17 16:13:10 -03:00
README.md Fix #2063 - a typo 2023-02-14 15:12:51 +00:00

Mongoose Network Library Examples

In order to build and run any of the existing examples, please follow: https://mongoose.ws/documentation/#how-to-build-and-run-examples

Contributing

Rules for creating a new example:

  • Makefile golden reference for desktop/server example: http-server
  • Makefile golden reference for the embedded example: stm32/nucleo-f746zg-baremetal
  • An example must build on Windows, Mac and Ubuntu Linux systems
  • Assume that user installed tools according to https://mongoose.ws/tutorials/tools/
  • Makefile must not include any other make files
  • Use CFLAGS for system-specific compilation options
  • Use CFLAGS_MONGOOSE for mongoose-specific compilation options
  • Use $(CFLAGS) $(CFLAGS_MONGOOSE) $(CFLAGS_EXTRA) to compile
  • If external repository is required, download it on demand using git shallow clone. See embedded example golden reference
  • Keep Makefile as short as possible, but verbose to understand it easily
  • Symlink files when required, like mongoose.c, ca.pem, etc. Make no copies
  • Example's README.md should contain only the title and the link to mongoose.ws tutorial page