[riot-users] gcoap presentation

2017-10-04 Thread Ken Bannister
Hey everyone, You may have noticed my smiling face on the RIOT Summit speaker web page, but didn't see me at the event. I was unable to attend, so to make amends I have posted on YouTube a video of the content for my presentation on gcoap [1]. The video includes a demo of sensor data

[riot-users] App development wiki page

2018-09-17 Thread Ken Bannister
Everyone, I was inspired from the talks at the RIOT summit by Jaime Jiménez and Christian Amsüss to organize a top-level link on the wiki about standards based application development [1]. It will provide new users with an entry point to our implementations and packages. The CoAP page goes

Re: [riot-users] How to use SAUL?

2019-03-21 Thread Ken Bannister
configuration? Am 2019-03-20 15:23, schrieb Ken Bannister: Hi Philipp, I created a similar simple data collection app [1]. It uses SAUL with an MCP9808 temp sensor (JC 42.4 compliant), and of course CoAP. ;-) Start with the README. Then look for 'saul' in Makefile and in main.c main

Re: [riot-users] Fwd: Is there a http server example ?

2019-03-24 Thread Ken Bannister
Hi Burak, See the 'tests/nanocoap_cli' directory for a CLI based client we use for testing. You also should review 'examples/gcoap' for a CLI tool that handles both server side and client side. Ken On 3/24/19 2:02 PM, Burak Karaduman wrote: -- Forwarded message -

Re: [riot-users] How to use SAUL?

2019-03-20 Thread Ken Bannister
Hi Philipp, I created a similar simple data collection app [1]. It uses SAUL with an MCP9808 temp sensor (JC 42.4 compliant), and of course CoAP. ;-) Start with the README. Then look for 'saul' in Makefile and in main.c main() and _run_sensor_loop(). Ken [1]

Re: [riot-users] MQTT-SN over xE910 modem?

2019-04-15 Thread Ken Bannister
the modem to a broker somewhere? On 14/04/2019 14:23, Ken Bannister wrote: Hi Trevor, Have you looked at the asymcute_mqttsn example in the repository? I have not used it, but 'main.c' in the example includes a UDP endpoint. You also might want to review the PR used to merge it in for any

Re: [riot-users] MQTT-SN over xE910 modem?

2019-04-14 Thread Ken Bannister
Hi Trevor, Have you looked at the asymcute_mqttsn example in the repository? I have not used it, but 'main.c' in the example includes a UDP endpoint. You also might want to review the PR used to merge it in for any additional discussion. Ken On 4/14/19 8:13 AM, Trevor wrote: I have a

Re: [riot-users] Adding more examples

2019-09-12 Thread Ken Bannister
Also consider if the example would fit better in the applications repository [1]. Ken [1] https://github.com/RIOT-OS/applications On 9/12/19 5:15 AM, Robert Hartung wrote: > Make sure to give your PR a good title and description. Create separate > PRs if the examples are different in their

[riot-users] Release 2019.10 - dates and feature requests

2019-09-04 Thread Ken Bannister
like to see merged during this release cycle. I'm also happy to discuss with those at the summit over the next couple of days. Best regards, and happy hacking! Ken Bannister| pEpkey.asc Description: application/pgp-keys ___ users mailing list users

[riot-users] LwM2M data collection code

2019-07-27 Thread Ken Bannister
Is anyone aware of open source application code to orchestrate or use a LwM2M client, particularly Wakaama, for data collection in RIOT? The work in PR #11036 and #10799 are a good start for use of Wakaama and configuration registration. I'm thinking here of a few other things: * Higher

[riot-users] Release 2019.10 - Soft feature freeze now effective

2019-10-01 Thread Ken Bannister
|Dear RIOTeers, The soft feature freeze (for high impact PRs) is now effective. I have advanced the milestone for the designated high impact PRs to 2020.01 [1]. As a gentle reminder: the final feature freeze (for all PRs) is 10 October. As I write this, there are 70 open PRs tagged for the

Re: [riot-users] List of sensor IoT standards

2019-10-25 Thread Ken Bannister
I am a proponent of LwM2M [1,2]. It runs on CoAP, usually over UDP. Checkout the integrated object registry [3]. There is an open PR to integrate a package for the Wakaama client [4], which should be merged before release 2020.01. Ken [1]