Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignalBlocks should also include an installable library #1

Open
neeraj9 opened this issue Apr 30, 2016 · 0 comments
Open

SignalBlocks should also include an installable library #1

neeraj9 opened this issue Apr 30, 2016 · 0 comments

Comments

@neeraj9
Copy link
Owner

neeraj9 commented Apr 30, 2016

At present the project is not installable like a library. Well at least not in true sense. Additionally, there are many different moving parts which needs to be combined in a single umbrella. The examples may or may not be split into a different project.

The framework has the following components:

  • core - The core of the library which forms the basis for writing usable blocks.
  • socket - The socket related wrapper code (over system socket api) which is used by some of the
    blocks.
  • blocks - The base blocks which provide a lot of useful functionality (for example sources, sinks, etc).
  • http - A primitive (yet working) websocket server which hosts data results for websocket clients to view. There is even a cool demo in the examples subfolder.
  • examples - Example applications to use the framework.
  • test - Unit test based on a great (single header) test framework Catch.
@neeraj9 neeraj9 changed the title SignalBlocks must be like a installable library SignalBlocks should also include an installable library May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant