From 0b47147042109a66045410783c2223d3c3d9582d Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Fri, 2 Feb 2018 12:43:12 +0000 Subject: [PATCH] Update wikipage Networking. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1940 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- documentation/17.05/solutions/networking/index.wiki | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/17.05/solutions/networking/index.wiki b/documentation/17.05/solutions/networking/index.wiki index 2df4b437..91e6f889 100644 --- a/documentation/17.05/solutions/networking/index.wiki +++ b/documentation/17.05/solutions/networking/index.wiki @@ -3,4 +3,15 @@ [[Property:uuid|4ddb235c-fea6-ee00-05af-6493e2c652a7]] == Network communication solutions== +There are a few network related library either coming with EiffelStudio delivery, or available as iron package: +* '''EiffelNet''': +: manipulation of sockets, network addresses, IPv4, IPv6. But also basic limited implementation for a few protocols. $ISE_LIBRARY/library/net/net.ecf + +* '''ZeroMQ''': +: wrapping for the [http://zeromq.org/ ZeroMQ] Distributed Messaging . [https://svn.eiffel.com/eiffelstudio/trunk/Src/library/zeromq] + +* '''http_client''': +: simple web client to send http (GET, POST, ...) request and receive associated response. $ISE_LIBRARY/contrib/library/network/http_client/http_client.ecf + +