The jGpibEnet project is a 100% pure JAVA driver for interfacing an Ethernet to IEEE-488( GPIB ) controller. Current supported controllers: ICS 8065, Agilent E5810A. This project uses the "remotetea" project hosted here for ONC/RPC protocol.
Categories
Scientific/EngineeringLicense
GNU General Public License version 2.0 (GPLv2)Follow jGpibEnet
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent project! I used it to communicate with a E5810A LAN-GPIB gateway from a java application, and it worked seamlessly. It's written in pure java so there is no need for extra dlls like JPIG project on sourceforge, which is a pain to setup on any new PC. Eliminates the need to buy C# software for communication with the device as Agilent on supports Microsoft programing languages, Matlab and Labview. Thanks for the great work.