Packages
equip.config Common configuration utility used in many EQUIP applications, based on files similar to Java properties files.
equip.data The core EQUIP data sharing facilities and data types.
equip.data.beans A higher-level (Java only) API and other supporting beans for using dataspaces (a good place to start for Java users).
equip.data.benchmark Data space performance test programs.
equip.data.sql  
equip.data.Test The original dataspace example application, showing use of the low-level (non-beans, cross-language) API and custom IDL'd data types (rather than tuples).
equip.discovery A multicast-based peer-to-peer discovery module, based on the design of JINI discovery, but for discovering strings (such as dataspace URLs).
equip.net Various networking support classes, including C++ versions of some java.net classes,an abstraction API, JCP (Jim's Communication Protocol, a reliable UDP implementations), a simple service trader and service framework.
equip.runtime Core types for EQUIP and EQIDL, including the top class (ValueBase), and serialisation, plus various C++ IDL helpers such as object factories, smart pointers and sequences.