Skip to content
@hololinked-dev

hololinked

(near) real-time data acquisition software in python compatible with the modern web

hololinked

Hi there 👋

hololinked solves the following requirement in python:

  • You want to remotely control, monitor and retrieve data from one or many measurement devices and hardware
  • You want to use known web technologies like HTTP protocol and JSON data format but have the flexibility to go beyond them when necessary. For example - you can use message pack or pickle for streaming complex n-D numpy arrays frame by frame efficiently at high speed.
  • Object Oriented coding style and zero initial setup - a python script can expose your device
  • If you are really advanced in your coding skills, you are looking for a well defined (web-)API to interact with your device
  • If you are only a beginner, you really want to build your knowledge systematically in an easy to understand format without worrying about the underlying complexity. You can start with simple devices talking over interprocess communication and may be write a PyQt or matplotlib script to visualize the data retrieved. You can think about building a web interface or using "APIs" later.
  • Preoptimization for performance and security (as far as what python can achieve)
  • Interoperability with other systems and languages through an upcoming web standard called Web of Things (WoT)
  • Fully open source
  • High level implementation where the underlying logic can be easily inspected and modified

Only the security is not yet implemented yet (except SSL and rejecting unknown clients by IP which are supported) and as far as protocols are concerned, HTTP and ZMQ is supported, but improvements are on the roadmap and should be out in the very near future.

Anyway, for the above stated requirements, hololinked is the right choice. Dont put together a myriad of python tools and protocols to build your own server just because you can do that in python. Broad minded choices have already been taken for you, that is, if you are willing to stick to object oriented paradigm.

pip install hololinked conda install -c conda-forge hololinked

Also see:

Documentation

Live Demo

Examples

Contribution Guidelines if you wish to join, I am actively looking for contributors

Code of Conduct

Project Planning

Donating

Website

Discord

Monthly meetings are held on the first Wednesday of every month at 1600hrs until 1700hrs German time (CET). In these meetings, I will be discussing the project, its future, technical ideas, issue planning-assignment-review etc.

Any other discussions or Q&A, issue reviews or discussions happen on following wednesdays every week at 1700hrs German time (CET) and 0900hrs German time alternatively for approx 1hr duration.

Feel free to join the meetings, no question is a dumb question. There is no any real participation from community as of time being and I am trying to kick-start it. Link to meeting in discord group or send email to admin@hololinked.dev.

Google Calendar

Calendar ICS

If you would like to added to organisation, please contribute to some issues or join the weekly discussions. I will be happy to add you to the organisation. If you are already contributing and would like to be added, just write to me in discord or by email.

Discussions & Q&A can also be opened here:

For good first issues, visit repository wise:

Gitlab Repositories

Pinned Loading

  1. hololinked hololinked Public

    beginner friendly data acquisition & IoT in python - especially suited for instrumentation

    Python 14 4

  2. thing-control-panel thing-control-panel Public

    visual admin client for Things compliant with W3C WoT, like a control panel, to test or interact with a server that has no GUI. Based on material design.

    TypeScript 4

  3. examples examples Public

    Examples for hololinked

    Python 1

  4. docs-v2 docs-v2 Public

    Documentation in material mkdocs for hololinked

    Python 1 1

  5. website website Public

    Docusaurus website for hololinked (i.e. contains docs/blogs/info about hololinked)

    MDX

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…