I am working on a project that requires the use of a .NET core library. The company also provides a java library, but it is not open source, so I think building a wrapper is out of the question?
We have already implemented the library with .NET core. What would be the best way to communicate between my .NET core application and my B4J application. This will be on a raspberry pi.
I am working on a project that requires the use of a .NET core library. The company also provides a java library, but it is not open source, so I think building a wrapper is out of the question?
We have already implemented the library with .NET core. What would be the best way to communicate between my .NET core application and my B4J application. This will be on a raspberry pi.
I have many Raspbian Applications written with B4J and also with Java and a few of them are communicating also with Dotnet Apps. I am always using TCP-Sockets what is really simple to realize with B4J. This is reliable and you can setup a clean and working REST API for your Dotnet Application and work with it.