MikeHT <[email protected]> writes: > I am new to Ada and GNAT. I have to send data between a Java app and > an Ada app. I'm looking for an Ada server that can receive and send a > byte stream. I can't find any examples. If someone could point me to > one I would appreciated it.
Since you are using GNAT, you could use the GNAT.Sockets package. Greetings, Jacob -- "Genes don't matter. It's all physics." _______________________________________________ help-gnat mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnat
