
This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.
Revision 39:e57f130d65bd, committed 2019-04-30
- Comitter:
- mbed_official
- Date:
- Tue Apr 30 11:02:03 2019 +0100
- Parent:
- 38:84d8baae4f0b
- Child:
- 40:c46ee5b71843
- Commit message:
- Merge pull request #136 from ARMmbed/https_raas_connection
Updated RaaS connection to use https
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-cellular
Changed in this revision
Jenkinsfile | Show annotated file Show diff for this revision Revisions of this file |
--- a/Jenkinsfile Tue Apr 30 08:01:58 2019 +0100 +++ b/Jenkinsfile Tue Apr 30 11:02:03 2019 +0100 @@ -165,7 +165,7 @@ } } execute("python clitest.py --suitedir mbed-clitest-suites/suites/ --suite ${suite_to_run} --type hardware --reset \ - --raas ${raasName}.mbedcloudtesting.com:80 --tcdir mbed-clitest-suites/cellular --raas_queue --raas_queue_timeout 3600 \ + --raas https://${raasName}.mbedcloudtesting.com:443 --tcdir mbed-clitest-suites/cellular --raas_queue --raas_queue_timeout 3600 \ --raas_share_allocs --failure_return_value -vvv -w --log log_${raasName}_${suiteName}") archive "log_${raasName}_${suiteName}/**/*" }