zephyr/subsys/net/lib/lwm2m
Tjerand Bjornsen 938e0e4966 net: lwm2m: Add default firmware update port
If a firmware update is fetched from a server, and no port number is set
in the URI (e.g. coap://example.com/fw_update), the client will try
to connect on the port specified by CONFIG_LWM2M_PEER_PORT.
If a port different from the peer port is to be used for firmware
update, this has to be set explicitly in the URI:
coap://example.com:5683/fw_update.

This fix adds CONFIG_LWM2M_FIRMWARE_PORT, which will be used when
fetching a firmware update without specifying the port number in the
URI.

Signed-off-by: Tjerand Bjornsen <tjerand.bjornsen@nordicsemi.no>
2021-10-14 16:34:48 -04:00
..
buf_util.h
CMakeLists.txt
ipso_accelerometer.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
ipso_buzzer.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
ipso_generic_sensor.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
ipso_humidity_sensor.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
ipso_light_control.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
ipso_onoff_switch.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_pressure_sensor.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
ipso_push_button.c net: lwm2m: Fix IPSO Push Button counter incrementation 2021-09-20 05:59:28 -04:00
ipso_temp_sensor.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
ipso_timer.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
Kconfig net: lwm2m: Add default firmware update port 2021-10-14 16:34:48 -04:00
Kconfig.ipso net: lwm2m: Remove obsolete LWM2M_IPSO_TIMESTAMP_EXTENSIONS option 2021-03-29 13:42:11 -04:00
lwm2m_engine.c net: lwm2m: Add default firmware update port 2021-10-14 16:34:48 -04:00
lwm2m_engine.h net: lwm2m: Add default firmware update port 2021-10-14 16:34:48 -04:00
lwm2m_obj_connmon.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_obj_device.c net: lwm2m: Fix device obj missing error code ri 2021-10-07 15:44:46 -04:00
lwm2m_obj_firmware_pull.c net: lwm2m: Add default firmware update port 2021-10-14 16:34:48 -04:00
lwm2m_obj_firmware.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_obj_location.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_obj_security.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_obj_server.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_object.h net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_rd_client.c net: lwm2m: Add option to force close the connection 2021-10-05 19:23:59 -04:00
lwm2m_rd_client.h
lwm2m_resource_ids.h net: lwm2m: Add IPSO Pressure Sensor object in ver. 1.1 2021-03-29 13:42:11 -04:00
lwm2m_rw_json.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_rw_json.h
lwm2m_rw_link_format.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_rw_link_format.h
lwm2m_rw_oma_tlv.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_rw_oma_tlv.h
lwm2m_rw_plain_text.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_rw_plain_text.h net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_util.c net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00
lwm2m_util.h net: lwm2m: Replace float32_value_t with double 2021-10-13 10:13:32 -04:00