Skip to main content

Posts

SCADA

  HOME             UNIT 1          UNIT 2          UNIT 3 SCADA SCADA (supervisory control and data acquisition) is a category of software applications for controlling industrial processes, which is the gathering of data in Real Time from remote locations in order to control equipment and conditions. SCADA provides organizations with the tools needed to make and deploy data-driven decisions regarding their industrial processes. One of the most commonly used types of industrial control system, SCADA can be used to manage almost any type of industrial process. SCADA systems include hardware and software components. The hardware gathers and feeds data into field controller systems, which forward the data to other systems that process and present it to a human-machine interface (HMI) in a timely manner. SCADA systems also record and log all events for reporting process status and issues. SCADA applications warn when conditions become hazardous by sounding alarms. Components of a SCADA syst
Recent posts

Data Aggregation and dissemination

  HOME             UNIT 1          UNIT 2          UNIT 3 Data Aggregation and Dissemination

MQTT

  HOME             UNIT 1          UNIT 2          UNIT 3   MQTT: The Standard for IoT Messaging MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth. MQTT today is used in a wide variety of industries, such as automotive, manufacturing, telecommunications, oil and gas, etc. MQTT protocol MQTT stands for  Message Queuing Telemetry Transport . MQTT is a machine to machine internet of things connectivity protocol. It is an extremely lightweight and publish-subscribe messaging transport protocol. This protocol is useful for the connection with the remote location where the bandwidth is a premium. These characteristics make it useful in various situations, including constant environment such as for communication machine to machine and internet of things contexts. It is a publish an

CoAP

   HOME             UNIT 1          UNIT 2          UNIT 3     CoAP The CoAP protocol is a web transfer protocol which is used in constrained nodes or networks such as WSN, IoT, M2M etc. Hence the name Constrained Application Protocol. The protocol is targeted for Internet of Things (IoT) devices having less memory and less power specifications. As it is designed for web applications it is also known as "The Web of Things Protocol". It can be used to transport data from few bytes to 1000s of bytes over web applications. It exists between UDP layer and Application layer. Following are the features of CoAP Protocol: • It is very efficient RESTful protocol. • Easy to proxy to/from HTTP. • It is open IETF standard • It is Embedded web transfer protocol (coap://) • It uses asynchronous transaction model. • UDP is binding with reliability and multicast support. • GET, POST, PUT and DELETE methods are used. • URI is supported. • It uses small and simple 4 byte heade