Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.48 KB

GRAPE- Graphical Real-time Application Prototyping Environment

MIT License Contributor Covenant

What is Grape?

GRAPE provides facilities to develop large distributed and embedded control applications, with hooks for instrumentation and remote monitoring. By large, I mean hundreds of nodes on a network of compute units running Linux (X86_64 and Aarch64).

It's also a hobby project that demonstrates principles that I follow in software development, and serves as a playground to evaluate modern C++ techniques in writing simple, expressive, and performant code for industrial applications. Features of this repo that I consider interesting:

Getting Started