Hello Graeme;
Very cool simulator.
I am unclear if this is an opensource project, or closed source. I am hoping it is OpenSource, or that you will give me a copy of the source.
I have to write code for an "Outstation" (ie- slave) running on a PC that pulls data from a database and sends it to a Master over DPN3. I get the impression I could build on your "Outstation" example which I understand is written in Java to do that.
Furthermore, I could use your simulation environment to test my Outstation and ensure it responds properly to various commands from the DNP3 master. I could even make a mock-up GUI to run in a browser like your example has.
All good... but ...I dont see the Java Source. When I load the JAR file into NetBeans (my IDE), I only see the formal function declarations, but the guts are simply "COMPILED CODE" which seems to be JAVA byte code.
Would it be possible to get the Java source code for this project? Or, do you have a suggestion on a better starting point?
Any tips are welcome.
Cheers,
Eric Dormer
Ottawa, Ontario, Canada
EricDormer1962 at gmail.com
ps- I am pretty experienced with C, C++, Perl, and Python, but a newbie with Java. I write lots of software intended to run on embedded systems, and lots of scripts that run on LINUX type environments. I expect I can muddle through fine with Java since that is what the code is written in.
With more looking I did find the JAVA source code. I am sorry I posted this ticket. I will review the code and with a bit of luck I can use it as a starter template for my project. Thanks. Eric.
Hi Eric, I'm glad you like the project. You are correct all of this project is opensource. Aread only copycan be checked out via gitbyrunning 'git clone git://git.code.sf.net/p/jdnp3/code jdnp3-code'. Or you can browse all the code from your web browser in the tabs above.
If you run into issues, please feel free to contact me.