DIS (Distributed Interactive Simulation) in Ada?

Does anyone know of a usable Ada implementation of the Distributed Interactive Simulation standard (IEEE 1278) ?

I found several posts in the comp.lang.ada archive, including a reference to “ADIS” being posted to an FTP site.

As with most public domain Ada code from that era, it can be found on the Walnut Creek Ada ISO images.

From the June 1995 Disc 1 image, under ada/ajpo/tools/atip/adis/ there’s documentation, binaries, and zipped source files.

I’ve unpacked the archives into a git repository

2 Likes

I wonder how complete this implementation is. Most of the implementations I’ve used are in C or Java. PDUs are only added as
and when they are needed.