protocols - Java and Oscilloscope -


I need to access data associated Ossiloscop (Tektronix DO4034B) from your LAN to the oscilloscope for I work a Web-GUI

I doubt how to develop a software in Java so that I can accomplish these tasks in my program, access the Oscilloscope in the network.

Thank you.

If Oscilloscope publishes Java API, then it will be easy. Download the API and use it according to the instructions.

If the Oscillocap publishes a non-Java API, then it is a matter of binding Java language to published API.

If the oscilloscope does not publish an API, then you have to make an alternative.

  1. Understand how to set up a service on the Oscilloscope, which is connected to the internal API, and present the one you want.
  2. Use a Java Web Client, the HP client in Apache comes into the brain, and takes the Java drive to a program driven headless Web browser.

Unless it is there I have some override reason to integrate it with a larger environment.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -