Victor Loux Bookmarks Tag: IoT

10 bookmarks tagged “IoT

Wokwi - Online ESP32, STM32, Arduino Simulator

wokwi.com/
IoT and Embedded System Simulator: ESP32, STM32, Arduino, Raspberry Pi Pico, displays, sensors, motors and WiFi simulation.

Devastating Cyber Attack on America’s Gas Stations: | Medium

medium.com/@RoseSecurity/a-theoretically-devastating-cyber-attack-on-americas-gas-stations-ff1d9bbaf1
Could an attacker shutting down over 7,000 fueling stations in the United States with little effort leave the nation crippled? I believe the answer is clear.

Princeton IoT Inspector

iot-inspector.princeton.edu/
an open-source tool that helps you learn more about your IoT devices with one-click install

MQTT MQ Telemetry Transport

mqtt.org/
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. For example, it has been used in sensors communicating to a broker via satellite link, over occasional dial-up connections with healthcare providers, and in a range of home automation and small device scenarios. It is also ideal for mobile applications because of its small size, low power usage, minimised data packets, and efficient distribution of information to one or many receivers (more...)