You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
794 B

  1. --- a/resource/csdk/stack/include/octypes.h
  2. +++ b/resource/csdk/stack/include/octypes.h
  3. @@ -35,9 +35,9 @@ extern "C" {
  4. //Don't want to expose to application layer that lower level stack is using CoAP.
  5. /// Authority + URI string to prefix well known queries
  6. -#define OC_WELL_KNOWN_QUERY "224.0.1.187:5683/oc/core"
  7. +#define OC_WELL_KNOWN_QUERY "/oc/core"
  8. #define OC_MULTICAST_DISCOVERY_URI "/oc/core"
  9. -#define OC_EXPLICIT_DEVICE_DISCOVERY_URI "224.0.1.187:5683/oc/core/d?rt=core.led"
  10. +#define OC_EXPLICIT_DEVICE_DISCOVERY_URI "/oc/core/d?rt=core.led"
  11. /// Multicast address and port string to prefix multicast queries
  12. #define OC_MULTICAST_PREFIX "224.0.1.187:5683"
  13. /// IP Multicast address to use for multicast requests