https://github.com/ngscopeclient/scopehal-apps
ngscopeclient and other client applications for libscopehal.
https://github.com/ngscopeclient/scopehal-apps
electronics-engineering signal-analysis
Last synced: 9 months ago
JSON representation
ngscopeclient and other client applications for libscopehal.
- Host: GitHub
- URL: https://github.com/ngscopeclient/scopehal-apps
- Owner: ngscopeclient
- License: bsd-3-clause
- Created: 2018-07-04T20:07:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T18:28:11.000Z (9 months ago)
- Last Synced: 2025-06-30T23:45:53.939Z (9 months ago)
- Topics: electronics-engineering, signal-analysis
- Language: C++
- Homepage: https://www.ngscopeclient.org/
- Size: 6.97 MB
- Stars: 725
- Watchers: 32
- Forks: 121
- Open Issues: 190
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# scopehal-apps
https://www.ngscopeclient.org
Applications for libscopehal
[C++ coding policy](https://github.com/azonenberg/coding-policy/blob/master/cpp-coding-policy.md)
## Installation
Refer to the "getting started" chapter of the User manual
* [User manual GettingStarted (HTML)](https://www.ngscopeclient.org/manual/GettingStarted.html)
* [User manual (PDF)](https://www.ngscopeclient.org/downloads/ngscopeclient-manual.pdf)
## Special comments
The following standard comments are used throughout the code to indicate things that could use attention, but are
not worthy of being tracked as a GitHub issue yet.
* `//TODO`: unimplemented feature, potential optimization point, etc.
* `//FIXME`: known minor problem, temporary workaround, or something that needs to be reworked later
* `//FIXME-CXX20`: places where use of C++ 20 features would simplify the code, but nothing can be done as long as we are targeting platforms which only support C++ 17