Overall description Democar project demonstrates use case of Open Source iocom library in IoT device development. Code of the project is in github Open Source repository with MIT license. Server is from iocafe repository and it is running on Amazon
IOCOM in a simple multiplayer game?
I was testing IOCOM network topology using Python API (iocompython) and Pyglet game UI library. Network topology for a multiplayer game can be very similar to IO device network: I run server-side app (also python/iocompython) in Amazon’s AWS and client-side
iocom secure network topology
The network topology is an application-level feature and not part of core IOCOM. The core IOCOM can be used simply to transfer data between two devices. If your goal is to connect IO devices to a computer within a local
testing development tools and secure communications
– Visual Studio Code, Platform IO, Arduino libs, TLS, GDB, Esp-Prog/JTAG, and ESP32 – 190915, updated 15.9.2019/pekka A Lot of acronyms in the title. There are many options how to do micro-controller development, and this is one combination. The goal
running the virtual machine on Mac
You can run provided virtual machine on Mac either using Oracle VirtualBox or VMware Fusion Pro. I am using VirtualBox. In VirtualBox select “use existing disk image” and VirtualBox runs VMware virtual machine out of the box straight away without
programming micro-controller flash over a network
190905, updated 5.9.2019/pekka The code executed by a micro-controller is typically stored in on-chip flash memory. There are alternatives, but this is definitely the mainstay. It is important that the code is executed “directly” from flash, thus one cannot overwrite