Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 847 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 847 Bytes

jNanoVNA

Plot s-parameters on Smith chart and log/mag plot from the USB serial interface of the NanoVNA device.

Only tested on Linux, but should run on Windows, Mac, etc.


Starting the app:

1) plug the NanoVNA device into a USB interface for enumeration
2) git clone https://github.com/tvelliott/jNanoVNA.git
3) cd jNanoVNA
4) java -jar dist/jNanoVNA.jar



Building the app:
1) Open the project in Netbeans, start the app in Netbeans. This will update the project files.
2) After that, you can make edits and type 'ant jar' to rebuild the dist dir from the project dir.