Categories
IoT

How I Stopped Worrying And Learned To Love the Gateway

The Four Benefits of Using a Gateway in Your IoT Design

Source: How I Stopped Worrying And Learned To Love the Gateway | Sensors Magazine

Categories
General

Kst – Visualize your data – Kst – Visualize your data

Source: Kst – Visualize your data – Kst – Visualize your data

Categories
BLE Bluetooth ESP32

ESP32 Technical Tutorial: BLE, C++ and Notifications

Categories
Development VSCP

#VSCP new multicast interfaces documented

The new VSCP multicast interfaces (announce and channels)Ā  has been documented. Sample code available.Ā  You can find the documentation here.

Categories
Development VSCP

#VSCP new UDP interface documented

The new VSCP UDP interface has been documented. Sample codeĀ  is available.Ā  You can find the documentation here.

Categories
General

Visual Studio Code Extension for Arduino is now open sourced! ā€“ IoT Developer: Tooling and Experience

Source: Visual Studio Code Extension for Arduino is now open sourced! ā€“ IoT Developer: Tooling and Experience

Categories
General

Choose an open source licenseĀ 

Source: Choose an open source license | Choose a License

Categories
General

The Complete List Of Wireless IoT Network Protocols

Source: The Complete List Of Wireless IoT Network Protocols

Categories
General

The #VSCP bumblebee hard at work today

Categories
Development VSCP

#VSCP New Multicast and UDP interfaces

From version 1.12.26 the muticast channel interface is available. Also a new UDP interface is available.

With the multicast channel interface one can set up groups of Level II nodes that share a common channel for events. Much like a bus like CAN. Frames can be encrypted using AES128, AES192 or AES256.

With the new UDP interface one can set up a receiving interface and several sending interfaces which send UDP datagrams to remote nodes. Frames can be encrypted using AES128, AES192 or AES256.

The settings for the multicast channel interface is here http://www.vscp.org/docs/vscpd/doku.php?id=configuring_the_vscp_daemon#multicast_channel_interface

The settings for the UDP interface is here http://www.vscp.org/docs/vscpd/doku.php?id=configuring_the_vscp_daemon#udp_interface

The encryption key are under the <security> tag.

Some sample code can be found in the source tree under test/multicast and tests/udp. Not more documentation at the moment I am afraid but I work on that.

Well there are probably some bugs left…

Cheers
/Ake