Dataguess
v0.3.2
v0.3.2
  • Welcome
  • Getting Started
    • Installation
      • Windows Installation
      • Linux Installation
    • Activation
  • REFERENCES
    • Workstation
    • Workgroup
    • Dataflow
    • Components
      • Core Concepts
        • Scheduler
        • System Ports
        • Synchronizing Ports
        • Import / Export Ports
        • Forwarding Inputs
      • Inputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • OPC UA
        • TwinCAT
        • EtherNet/IP
        • Camera
      • Outputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • CSV
        • JSON
        • InfluxDB
        • OPC UA
        • TwinCAT
        • FTP Client
        • Image Stream
        • Data Watch
      • Function
        • Math & Logic
        • Array Functions
        • Image Functions
        • Type Conversion
        • To JSON
        • From JSON
        • Array
        • Variables
      • Script
        • Python Script Editor
      • AI
        • ONNX
        • Scikit Learn
      • API
        • HTTP
      • Server
        • HTTP Server
  • Use Cases
  • FAQ
Powered by GitBook
On this page
  • Node Definitions
  • Input Ports
  • Output Ports
  • System Ports

Was this helpful?

  1. REFERENCES
  2. Components
  3. Server

HTTP Server

HTTP Server component is used to accept HTTP requests from clients and to give HTTP responses to them.

PreviousServerNextUse Cases

Last updated 3 years ago

Was this helpful?

Node Definitions

In this section you can enter name and description of the component and port for HTTP server.

Input Ports

Enable/Disable port allows you to read data only when you need it. The port value must be boolean (True or False for enable and disable respectively). By adding input ports you can request data from Dataguess using GET HTTP method. Also, you can use Import/Export feature for lightweight way to add input ports.

Output Ports

This part allows you to enter the route for data and write it to Dataguess using POST HTTP method. You can write multiple data by adding ports and entering name and route for each port. Also, you can use Import/Export feature for lightweight way to add output ports.

System Ports

For more information read

here