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

Topology Builder With Language Bindings #27

Open
sirinath opened this issue Aug 18, 2015 · 3 comments
Open

Topology Builder With Language Bindings #27

sirinath opened this issue Aug 18, 2015 · 3 comments
Labels

Comments

@sirinath
Copy link

Support JVM, .Net, builds with also bindings in other languages like Rust, Julia, D Language, Nim Langage, Red Language, Haskell, OCaml

@sirinath
Copy link
Author

Basically what is needed is a Java, C# and C binding as many of the above languages have C bindings for the topology generator.

@guruofquality
Copy link
Contributor

Are we talking about language bindings for creating the processing blocks themselves? or language bindings for creating an instance of a Topology, blocks, connections, and executing the design?

FWIW, There are python bindings that allow the creation of processing IP, it should also support creating Topology objects (though untested I believe) https://github.com/pothosware/pothos-python/wiki

I did also start work on a Java toolkit, but its not completed: https://github.com/pothosware/pothos-java/wiki

@sirinath
Copy link
Author

You need a JSON, FBP string to create Topology, blocks, connections. Language bindings to create and execute. Also you need processing blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants