move to new skeleton

This commit is contained in:
Sergio R. Caprile 2024-04-26 11:49:41 -03:00
parent 290d48e1aa
commit 8c5dfa4227
82 changed files with 34 additions and 34 deletions

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/http-client/

View File

@ -1 +0,0 @@
../../../test/data/ca.pem

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/http-proxy-client/

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/http-reverse-proxy/

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
../http-client/packed_fs.c

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/mqtt-client/

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
../http-client/packed_fs.c

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/mqtt-over-ws-client/

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
../http-client/packed_fs.c

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/mqtt-server/

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
../../mongoose.c

View File

@ -1 +0,0 @@
../../mongoose.h

View File

@ -1 +0,0 @@
../http-client/packed_fs.c

View File

@ -29,7 +29,7 @@ clean: # Cleanup. Delete built program and all build artifact
# Generate packed filesystem for serving cert
packed_fs.c: $(wildcard certs/*) Makefile
$(CC) ../../test/pack.c -o $(PACK)
$(CC) ../../../test/pack.c -o $(PACK)
$(PACK) $(wildcard certs/*) > $@
# see https://mongoose.ws/tutorials/tls/#how-to-build for TLS build options

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/http/http-client/

View File

@ -0,0 +1 @@
../../../../test/data/ca.pem

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -2556,7 +2556,7 @@ static const struct packed_file {
size_t size;
time_t mtime;
} packed_files[] = {
{"/certs/ca.pem", v1, sizeof(v1), 1694162397},
{"/certs/ca.pem", v1, sizeof(v1), 1713395242},
{NULL, NULL, 0, 0}
};

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/http/http-proxy-client/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/http/http-reverse-proxy/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -1,2 +1,2 @@
- This example requires generating AWS and user credentials and downloading certificates
- This example requires building with TLS support; before running, see detailed tutorial at https://mongoose.ws/tutorials/mqtt-client-aws-iot/
- This example requires building with TLS support; before running, see detailed tutorial at https://mongoose.ws/tutorials/mqtt/mqtt-client-aws-iot/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -0,0 +1 @@
../../http/http-client/packed_fs.c

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/mqtt/mqtt-client/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -0,0 +1 @@
../../http/http-client/packed_fs.c

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/mqtt/mqtt-over-ws-client/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -0,0 +1 @@
../../http/http-client/packed_fs.c

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/mqtt/mqtt-server/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -1,2 +1,2 @@
- This example requires changing server name and user credentials on `main.c`
- This example requires building with TLS support; before running, see detailed tutorial at https://mongoose.ws/tutorials/smtp-client/
- This example requires changing server name and user credentials in `main.c`
- This example requires building with TLS support; before running, please see its detailed tutorial at https://mongoose.ws/tutorials/smtp/smtp-client/

View File

@ -0,0 +1 @@
../../../mongoose.c

View File

@ -0,0 +1 @@
../../../mongoose.h

View File

@ -0,0 +1 @@
../../http/http-client/packed_fs.c