How to control external hardware using TCP IP?

This page summarizes the projects mentioned and recommended in the original post on /r/Julia

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • LibSerialPort.jl

    Julia wrapper for the libserialport c library

  • Not sure. Julia normally implements single-threaded asynchronous I/O via the libuv C library, however LibSerialPorts.jl doesn't use libuv, and instead uses blocking function calls to the C library libserialports. What might work is if different Julia threads talk to different ports, though I've not tested this. What might not work yet is if different Julia threads try to simultaneously send to the same port, or try to simultaneously receive from the same block. (Locks would have to be added, see https://github.com/JuliaIO/LibSerialPort.jl/issues/69 )

  • TcpInstruments.jl

    Discontinued This package can be used to control common lab equipment devices via SCPI commands over TCP. It purposely does not use the NI-VISA library in order to be self-containing and not rely on an external binary blob.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Serial port communication in C

    1 project | dev.to | 11 Apr 2021
  • Winamp has announced that it is "opening up" its source code

    3 projects | news.ycombinator.com | 16 May 2024
  • Serial studio: Multi-purpose serial data visualization and processing program

    1 project | news.ycombinator.com | 4 May 2024
  • Ask HN: Alternative to Putty for Multiple Sites?

    1 project | news.ycombinator.com | 11 Apr 2024
  • 🚀 Unleashing the Power of Cloud Magic: Transforming a Lone AWS EC2 Instance into a K8s Powerhouse! 🌐🔥

    2 projects | dev.to | 7 Feb 2024