Skynet • A Cloud-based MQTT (Message queue Telemetry Transport) powered network. • It transport message with any connected nodes such as smart home devices, sensors, cloud resources, drones, Arduinos, Raspberry Pis, among others. • Powered by Node.JS, known for fast, event-driven operations, ideal for nodes and devices such as RaspberryPi, Arduin…
Read moreDjango Django is a Web framework (a software framework that is designed to support the development of web applications including web services, web resources, and web APIs. ) software of Python. · Principle is “Don’t Repeat Yourself” which means keeping the code simple and non-repeating. · Django based on high-level, MVT (Model View …
Read moreLoops in Python A loop statement uses to execute a statement or group of statements multiple times as specified by the user . It’s also called iterations. Iteration: - Repetitive execution of the same code block. Two types of iteration: Definite iteration:- the number of repetitions is specified explicitly in advance. Ex. For loop Indefinite …
Read moreConditional statements in Python: - Python codes execute serially by default, in which statements are executed one after the next. If one needs to skip some statements, execute a series of statements repetitively, or choose between alternate sets of statements to execute. For this use control structures . A control structure controls the flow of statem…
Read moreIntroduction of WAMP Web Application Messaging Protocol (WAMP) · WAMP is a high-level messaging routed protocol for distributed applications where the application components are distributed on multiple nodes and communicate with messages . · It was a subprotocol of websocket. · Provides two messaging patterns: Publish &am…
Read more
Social Plugin