.gitmodules 644 B

123456789101112131415161718
  1. [submodule "third_party/libsrtp"]
  2. path = third_party/libsrtp
  3. url = https://github.com/cisco/libsrtp.git
  4. [submodule "third_party/cJSON"]
  5. path = third_party/cJSON
  6. url = https://github.com/DaveGamble/cJSON.git
  7. [submodule "third_party/usrsctp"]
  8. path = third_party/usrsctp
  9. url = https://github.com/sctplab/usrsctp.git
  10. [submodule "third_party/mbedtls"]
  11. path = third_party/mbedtls
  12. url = https://github.com/Mbed-TLS/mbedtls.git
  13. [submodule "third_party/coreHTTP"]
  14. path = third_party/coreHTTP
  15. url = https://github.com/FreeRTOS/coreHTTP
  16. [submodule "third_party/coreMQTT"]
  17. path = third_party/coreMQTT
  18. url = https://github.com/FreeRTOS/coreMQTT