Skip to content

Commit

Permalink
Remove http release candidate (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeth authored Sep 10, 2020
1 parent 495c649 commit efb55f4
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1,764 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
[submodule "libraries/standard/coreMQTT"]
path = libraries/standard/coreMQTT
url = https://github.com/FreeRTOS/coreMQTT.git
[submodule "libraries/standard/coreHTTP"]
path = libraries/standard/coreHTTP
url = https://github.com/FreeRTOS/coreHTTP.git
27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,33 +144,6 @@ docker run -it -p 8883:8883 -v $(pwd):/mosquitto/config/ --name mosquitto-basic-

6. Set `ROOT_CA_CERT_PATH` to the absolute path of the CA certificate created in step 3. for the local Mosquitto server.


#### Installing httpbin to run HTTP demos locally

1. Run httpbin through port 80:

```shell

docker pull kennethreitz/httpbin

docker run -p 80:80 kennethreitz/httpbin

```

2. `SERVER_HOST` defined in `demos/http/http_demo_plaintext/demo_config.h` can now be set to `localhost`.

3. To run `http_demo_basic_tls`, [download ngrok](https://ngrok.com/download) in order to create an HTTPS tunnel to the httpbin server currently hosted on port 80:

```shell
./ngrok http 80 # May have to use ./ngrok.exe depending on OS or filename of the executable
```

4. `ngrok` will provide an https link that can be substituted in `demos/http/http_demo_basic_tls/demo_config.h` and has a format of `https://ABCDEFG12345.ngrok.io`.

5. Set `SERVER_HOST` in `demos/http/http_demo_basic_tls/demo_config.h` to the https link provided by ngrok.

6. You must also download the Root CA certificate provided by ngrok and set `ROOT_CA_CERT_PATH` in `demo_config.h` to the file path of the downloaded certificate.

## Generating Documentation

The Doxygen references were created using Doxygen version 1.8.20. To generate the
Expand Down
44 changes: 0 additions & 44 deletions demos/http/http_demo_basic_tls/CMakeLists.txt

This file was deleted.

51 changes: 0 additions & 51 deletions demos/http/http_demo_basic_tls/core_http_config.h

This file was deleted.

103 changes: 0 additions & 103 deletions demos/http/http_demo_basic_tls/demo_config.h

This file was deleted.

Loading

0 comments on commit efb55f4

Please sign in to comment.