Advertisement
hidromotic

Untitled

Dec 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. name: c_hello
  2. version: 2.9.0
  3. manifest_version: 2017-06-16
  4.  
  5. libs_version: ${mos_version}
  6. modules_version: ${mos_version}
  7. mongoose_os_version: ${mos_version}
  8.  
  9. sources:
  10. - src
  11. filesystem:
  12. - fs
  13. config_schema:
  14. - ["hello", "o", {"title": "Hello app settings"}]
  15. - ["hello.who", "s", "mundo2", {"title": "Who to say hello to"}]
  16.  
  17. libs:
  18. # Only small subset of libs: basic connectifity (wifi), basic RPC services,
  19. # no peripherals other than GPIO.
  20. - origin: https://github.com/mongoose-os-libs/ca-bundle
  21. - origin: https://github.com/mongoose-os-libs/http-server
  22. - origin: git@github.com:cesanta/mos-libs.git/ota-http-server
  23. - origin: git@github.com:cesanta/mos-libs.git/ota-http-client
  24. - origin: git@github.com:cesanta/mos-libs.git/ota-common
  25. - origin: git@github.com:cesanta/mos-libs.git/ota-shadow
  26. - origin: https://github.com/mongoose-os-libs/rpc-common
  27. - origin: https://github.com/mongoose-os-libs/rpc-service-ota
  28. - origin: https://github.com/mongoose-os-libs/rpc-loopback
  29. - origin: https://github.com/mongoose-os-libs/rpc-mqtt
  30. - origin: https://github.com/mongoose-os-libs/rpc-service-config
  31. - origin: https://github.com/mongoose-os-libs/rpc-service-fs
  32. - origin: https://github.com/mongoose-os-libs/rpc-service-gpio
  33. - origin: https://github.com/mongoose-os-libs/rpc-uart
  34. - origin: https://github.com/mongoose-os-libs/wifi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement