I tried to build an interface for a bacnet
system, and I thought a web app, desktop app, and movil app, all written in Java would be a good Idea. But I don't know how build the bridge between bacnet network and my app.
Asked
Active
Viewed 2,992 times
2

Angelo Fuchs
- 9,825
- 1
- 35
- 72

Juan Vidal
- 51
- 1
- 9
-
When I search "bacnet Java API" the first hit I get is http://www.scadaengine.com/software5.html which seems a plausible hit. Did you even try to solve that yourself? If so, please add the libraries that you have tried and that failed. – Angelo Fuchs Oct 06 '13 at 17:51
2 Answers
1
There is a BACnet stack for Java on SourceForge: http://sourceforge.net/projects/bacnet4j/

Edward
- 334
- 1
- 3
0
You should use some third party library that solves the bridging for you.
Have a look at the results here: Websearch and see if one of these help you.

Angelo Fuchs
- 9,825
- 1
- 35
- 72