1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
:description: Ada Networking Library
:sectanchors:
:source-highlighter: pygments
:stylesdir: css
:stylesheet: styles.css
include::../README[]
Example
-------
Server (UNIX/TCP)
~~~~~~~~~~~~~~~~~
[source,ada]
---------------------------------------------------------------------
include::../examples/server.adb[]
---------------------------------------------------------------------
Client (UNIX/TCP)
~~~~~~~~~~~~~~~~~
[source,ada]
---------------------------------------------------------------------
include::../examples/client.adb[]
---------------------------------------------------------------------
|