JianBo He
d8f37be210
chore(lwm2m): fix bad appup.src
2021-11-12 15:38:49 +08:00
JianBo He
439fb3a403
chore: fix elvis warnings
2021-11-12 10:43:21 +08:00
JianBo He
0c5cb1b9ac
chore: update appup.src
2021-11-12 10:43:21 +08:00
JianBo He
4c29c3a5e5
chore: fill message headers
2021-11-12 10:43:21 +08:00
Zaiming Shi
224cc0d5c7
fix(lwm2m): bump version in appup and add upgrade instructions
2021-10-21 14:31:59 +02:00
Zaiming Shi
4896c03881
fix(lwm2m): add support for new cipher suites
...
prior to this change, the schema does not allow newer
cipher suites, and the default ciperhs given in the conf file
is likely not supported by some clients (which only supports dtls v1.2)
2021-10-20 23:10:46 +02:00
Shawn
c09cb64db6
fix(lwm2m): write incorrect integer to device ( #5425 )
...
* fix(test): add testcase for write integer values
* fix(lwm2m): write incorrect integer to device
* fix(emqx_lwm2m): refactor the code for getting bits len of a signed int
* chore(emqx_lwm2m): bump version for emqx_lwm2m to 4.3.3
2021-08-06 17:05:25 +08:00
Turtle
2092bedb12
feat(lwm2m): fix check dialyzer fail
2021-06-23 17:08:44 +08:00
JianBo He
77a41ea88f
Fix coap uri format ( #5059 )
2021-06-23 08:50:20 +08:00
JianBo He
8110ef7a64
chore: upgrade lwm2m_coap to 1.1.4
2021-06-21 12:21:25 +08:00
Turtle
ecec9bd2f6
feat(lwm2m): add emqx_lwm2m http API
2021-06-21 12:19:35 +08:00
JianBo He
86766ee7f1
fix(lwm2m): base64 decode for opaque value
2021-06-11 09:48:57 +08:00
JianBo He
3a89b1f00b
chore(action): fix syntax error ( #4885 )
2021-05-31 15:08:52 +08:00
Turtle
6ba1a525e0
fix(lwm2m): fix check emqx-lwm2m version
2021-05-13 11:20:23 +08:00
JianBo He
fcf046eec1
chore(appup): supply the appup instructions
2021-05-12 22:23:21 +08:00
JianBo He
36c7258337
feat(lwm2m): observe specified object lists
2021-05-12 22:23:21 +08:00
Zaiming Shi
6354e75626
chore: update copyrights
2021-04-23 20:43:00 +02:00
Shawn
5896e90235
fix(export): Mod:call/3 not exported
2021-04-16 18:44:28 +08:00
Shawn
f8fbd3e3db
fix(lwm2m): decode/encode data as signed integer
2021-04-12 09:34:49 +08:00
JianBo He
277cab86d3
refactor: improve the speed of hexstr and binary conversions
2021-03-23 18:25:19 +08:00
Shawn
817abd7e93
fix(lwm2m): export functions for starting and stopping listeners
2021-03-22 21:13:56 +08:00
z8674558
71ca1e4d78
chore(emqx_lwm2m_coap_resource): ignore coap_discover/2 from dialyzer
2021-03-03 20:06:31 +09:00
z8674558
117c0cf252
chore(emqx_lwm2m_message): pass integer from list
2021-03-03 20:06:31 +09:00
z8674558
7edd66e9d6
chore(emqx_lwm2m_message): comment out unused clause
2021-03-03 20:06:31 +09:00
z8674558
467569d5ac
chore(emqx_lwm2m_protocol): rm unused clause
2021-03-03 20:06:31 +09:00
z8674558
43fc842057
chore(emqx_lwm2m_protocol): default username, password is null -> undefined
2021-03-03 20:06:31 +09:00
z8674558
1504164933
chore(src): fix dialyzer warnings (match values)
2021-03-03 20:06:31 +09:00
Shawn
6081d45d81
fix(rule): reformat some code
...
* fix(rule): reformat some code for rule-engine
* fix(lwm2m): change publish_update_when to publish_update_msg_when
Change the option name publish_update_when -> publish_update_msg_when.
Also change the object_list_changed to contains_object_list, as the
the later describes the default behavior correctly.
* fix(lwm2m): publish_update_msg_when -> update_msg_publish_condition
2021-03-01 20:15:12 +08:00
Shawn
1be62b7cbb
feat(lwm2m): always publish update message ( #4201 )
...
* feat(lwm2m): always publish update message
* fix(lwm2m): change the publish_update_when to enum
2021-02-20 17:14:14 +08:00
Zaiming Shi
64cfaf4385
improve(print): io:format error message without indentation
...
Avoid squeezing lines to the right.
2021-02-19 07:45:37 +01:00
Zaiming Shi
14ca914068
Merge branch 'resync-apps-from-426' into chore-sync-apps-resync-4.2.6
2021-01-18 20:37:26 +01:00
Zaiming Shi
a2b4e50a8d
chore(sync-apps): re-sync apps from dev/v4.3.0 branch
2021-01-18 19:24:08 +01:00
Zaiming Shi
b9661cddfa
fix(emqx_lwm2m_message): Path is built from binary format ( #3987 )
2021-01-04 17:31:21 +01:00
JianBo He
739e49218f
fix(cm): fix the problem of registering a channel twice ( #3831 )
2020-12-28 11:03:29 +08:00
Shawn
60f1b64ad9
fix(test): delete extra emqx_lua_hook:stop()
2020-12-22 22:05:24 +08:00
Zaiming Shi
d60212787b
chore(build): remove emqx from app's applications list
2020-12-12 23:02:26 +01:00
Shawn
10dbb5bc96
Fix testcases warns ( #3906 )
2020-12-11 18:54:48 +08:00
Zaiming Shi
7bdd093ef5
Merge remote-tracking branch 'origin/dev/v4.3.0' into umbrella-fix-build
2020-12-11 08:55:57 +01:00
Zaiming Shi
0237abd3d2
chore(emqx_lwm2m): Ensure xml dir copied to build dir
2020-12-11 08:29:45 +01:00
Ayodele
56d7b3deb1
Umbrella fix build ( #8 )
2020-12-10 11:25:25 +01:00
Zaiming Shi
19edda4136
fix(emqx_lwm2m): bump to lwm2m_coap 1.1.2
2020-12-10 11:22:38 +01:00
Ayodele
0cb9cbce71
Umbrella fix build ( #6 )
...
* fix(emqx_bridge_rpc): Dialyzer warnings
* fix(emqx_coap_app): Dialyzer warnings
* fix(emqx_coap_mqtt_adapter): Dialyzer warnings
* fix(emqx_lwm2m_json): Dialyzer warnings
* fix(emqx_lwm2m_message): Dialyzer warnings
* fix(emqx_mgmt): Dialyzer warnings
* fix(emqx_mgmt_cli): Dialyzer warnings
* fix(emqx_mgmt): Dialyzer warnings
* fix(emqx_bridge_rpc): Dialyzer warnings
* fix(emqx_mgmt): Dialyzer warnings
* fix(emqx_exproto_gcli): Dialyzer warnings
2020-12-10 11:22:38 +01:00
ayodele.akingbule
18ddde0174
fix(emqx_lwm2m_app): Dialyzer warnings
2020-12-10 11:22:38 +01:00
ayodele.akingbule
a03d7045cf
fix(emqx_lwm2m_protocol): Dialyzer warnings
2020-12-10 11:22:38 +01:00
ayodele.akingbule
8ed5dc0b78
fix(emqx_lwm2m_timer): Dialyzer warnings
2020-12-10 11:22:38 +01:00
Zaiming Shi
ecf69b3464
chore(emqx_lwm2m): Add TEST compiler condition for test code
2020-12-10 09:29:46 +01:00
Zaiming Shi
80e1d6cc9d
chore(apps): delete LICENSE files for apps
2020-12-08 22:28:46 +01:00
Zaiming Shi
db792ec577
chore(apps): Sync again with 4.3.0
2020-12-05 03:02:35 +01:00
Zaiming Shi
8a12018863
Add more cleanups
2020-12-05 02:45:01 +01:00
Zaiming Shi
0fb5fb31a5
refactor(proj) sync 4.3.0 plugins with tracked files
2020-12-05 02:43:04 +01:00