open62541 VS pymgclient

Compare open62541 vs pymgclient and see what are their differences.

open62541

Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 (by open62541)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
open62541 pymgclient
5 2
2,415 42
1.4% -
9.8 3.0
7 days ago 24 days ago
C C
Mozilla Public License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

open62541

Posts with mentions or reviews of open62541. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.
  • What Cannot Be Skipped About the Skiplist: A Survey of Skiplists and Their Appl
    3 projects | news.ycombinator.com | 9 Mar 2024
    Zip trees are great!

    For a project I made a version that uses the memory location of the entries to construct the (random) rank on the fly.

    So it’s a binary tree structure that requires the same memory as a linked list (two pointers) only!

    https://github.com/open62541/open62541/blob/master/deps/zipt...

  • How to be good at C++
    1 project | /r/cpp | 27 Jun 2022
    Here is a bug report I submitted to open62541, over a year ago. Figuring out how that library works... I don't even understand the terminology; it's all very generic (everything is called 'nodes', 'objects', etc.), there are loads of ways to do anything, type safety is not a concept the library approves of so that doesn't help either, and most functions you cannot even find in the source as they are generated by macros. It doesn't help that OPC UA is a big standard (thousands of pages) either. It boggles the mind that the reference implementation for something used in so many critical places is so badly documented, and at the same time allows so many ways to get things subtly wrong.
  • Apache PLC4X announcing end of community support due to missing funding
    5 projects | news.ycombinator.com | 12 Jan 2022
    There's quite a bit of OPC UA bashing across this project. So let me chime in to keep the "balance in the universe".

    OPC UA is a protocol to interact with an object-oriented information model. Basically CORBA done right to use object-oriented principles and reuse software components in industrial automation.

    Since OPC UA is a protocol, its performance depends mostly on the implementation. Some PLCs may be crappy. But that doesn't translate into bad performance overall. My experience goes to the exact contrary.

    Full disclosure, I lead-develop and maintain an open source OPC UA implementation that sees quite a bit of use by the big guys in the automation domain. We use C for performance. And we do have funding from the industry.

    https://github.com/open62541/open62541

    But yes, it is hard to break into this world. Especially since solutions have to be maintained for 20+ years. A solo developer usually cannot ensure that this will still be usable some years down the line.

  • How do you go about understanding and using new libraries?
    1 project | /r/cpp | 29 Oct 2021
    Earlier this year I was trying to use open62541, and ended up writing this bugreport. The developers are, so far, ignoring it, and it's a crying shame because it makes the library so much less useful than it could otherwise be.
  • How to check reliability of Ethernet connection between an Intel NUC and ARM cortex-M micro controller ?
    1 project | /r/embedded | 28 Feb 2021
    Why don't you use a standardized industrial protocol, that support these requirements? Would perhaps OPC UA meet your needs? There are a number of open source implementations and the standard itself is open, too.

pymgclient

Posts with mentions or reviews of pymgclient. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-22.
  • How to Develop a Credit Card Fraud Detection Application Using Memgraph, Flask, and D3.js
    1 project | dev.to | 17 Dec 2022
    FROM python:3.8 # Install CMake RUN apt-get update && \ apt-get --yes install cmake # Install mgclient RUN apt-get install -y git cmake make gcc g++ libssl-dev && \ git clone https://github.com/memgraph/mgclient.git /mgclient && \ cd mgclient && \ git checkout dd5dcaaed5d7c8b275fbfd5d2ecbfc5006fa5826 && \ mkdir build && \ cd build && \ cmake .. && \ make && \ make install # Install pymgclient RUN git clone https://github.com/memgraph/pymgclient /pymgclient && \ cd pymgclient && \ python3 setup.py build && \ python3 setup.py install # Install packages COPY requirements.txt ./ RUN pip3 install -r requirements.txt COPY card_fraud.py /app/card_fraud.py WORKDIR /app ENV FLASK_ENV=development ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8 ENTRYPOINT ["python3", "card_fraud.py"]
  • Twitch Streaming Graph Analysis - Part 1
    3 projects | dev.to | 22 Oct 2021
    As expected, Flask is there, so it will be installed in our container. Next, we have pymgclient, Memgraph database adapter for Python language on top of which gqlalchemy is built. We will connect to the database with gqlalchemy and it will assist us in writing and running queries on Memgraph.

What are some alternatives?

When comparing open62541 and pymgclient you can also consider the following projects:

plc4x - PLC4X The Industrial IoT adapter

gqlalchemy - GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.

SGDK - SGDK - A free and open development kit for the Sega Mega Drive

WindTerm - A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.

node-opcua - Unlocking the Full Potential of OPC UA with Typescript and NodeJS - http://node-opcua.github.io/

ruby-pg - A PostgreSQL client library for Ruby

psxsdk - Homebrew Sony PlayStation 1 SDK

Guitar - Git GUI Client

c-open - CANopen stack for embedded devices

libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

FastWSGI - An ultra fast WSGI server for Python 3

twitch-analytics-demo - Visualization of Twitch analytics.