Giter Site home page Giter Site logo

polluks / idso1070-protocol Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hhornbacher/idso1070-protocol

0.0 1.0 0.0 978 KB

This is a reverse engineered implementation of the protocol used to communicate with the mixed signal oscilloscope IDSO1070 from Hantek. It's possible to communicate with the device over WiFi (TCP) as well as USB.

License: MIT License

Shell 0.12% C++ 91.10% C 2.12% CMake 6.67%

idso1070-protocol's Introduction

IDSO1070 Protocol Library (for Linux)

This is a reverse engineered implementation of the protocol used to communicate with the 2 channel digital storage oscilloscope IDSO1070 from Hantek. It's possible to communicate with the device over WiFi (TCP) as well as USB.

USB ID: 0483:5740 [STMicroelectronics STM32F407]

Current state of development

Attention: This is not a production ready version, there's still a lot of stuff to do. If you're interested to support this library, just contact me.

Features

  • Connection to device with WiFi (TCP) or USB
  • Send command packets (Packet Format)
  • Receive and parse command response and sample data packets (Packet Format)

Next steps

Library

  • Handling for interrupted connections
  • Better overall exception handling

GUI

  • Implement sample streaming and visualization
  • Add controls for device settings
  • Add controls to display device infos

Dependencies

On Ubuntu/Mint you can run apt install libboost-all-dev libgtkmm-3.0-dev cmake gcc to install the dependencies. You have to compile and install liquid-dsp manually, for instructions follow the link above.

Build instructions

Just run the build.sh or execute following commands in your shell:

mkdir build
cd build
cmake ..
make
sudo make install

To run the GUI without installing, you can execute the run.sh

There is also a pre configured task for building (CTRL-SHIFT-B) in vscode and a launch.json to debug(F5).

Directories

  • gui: Simple Gtk GUI
  • lib: Implementation of the protocol itself
  • include: Library headers
  • cmake: Helper scripts for cmake

Links

idso1070-protocol's People

Contributors

hhornbacher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.