Added release 19.05.

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2152 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2019-05-19 11:17:36 +00:00
parent 2c8d6d6f35
commit 5c23b7c968
2939 changed files with 62245 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
[[Property:title|Advanced]]
[[Property:weight|0]]
[[Property:uuid|9229e5c1-165e-add7-6ce2-355dec4544f1]]
==Compiling==
To compile the example, you must compile two projects: ''chat'' and ''join''.
To compile the ''chat ''project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\advanced\chat\''.
* Choose ''chat.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.
To compile the ''join ''project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\advanced\join\''.
* Choose ''join.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.

View File

@@ -0,0 +1,7 @@
[[Property:title|EiffelNet Samples]]
[[Property:weight|2]]
[[Property:uuid|c9c0fe01-a80f-5834-8503-aad1063e1503]]
=Description=
Here is a set of five examples written to show some basic applications using the EiffelNet library . Two of them (Advanced and Same Machine) rely on specific code to Unix Operating systems and consequently cannot be run under Windows.

View File

@@ -0,0 +1,26 @@
[[Property:title|Polling]]
[[Property:weight|1]]
[[Property:uuid|3bdc742f-2214-c5fb-2336-bc613b721c0d]]
==Compiling==
To compile the example, you must compile two projects: ''client'' and ''server.''
To compile the ''client'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\polling\client\''.
* Choose ''polling_client.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.
To compile the ''server'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\polling\server\''.
* Choose ''polling_server.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.

View File

@@ -0,0 +1,26 @@
[[Property:title|Predef]]
[[Property:weight|2]]
[[Property:uuid|d9851197-ae39-5e73-9bf3-51d7cb9fa23c]]
==Compiling==
To compile the example, you must compile two projects: ''client'' and ''server.''
To compile the ''client'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\predef\client\''.
* Choose ''our_client.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.
To compile the ''server'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\predef\server\''.
* Choose ''our_server.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.

View File

@@ -0,0 +1,26 @@
[[Property:title|Same Machine]]
[[Property:weight|3]]
[[Property:uuid|d10e1e4b-94c1-2725-f465-79da88730196]]
==Compiling==
To compile the example, you must compile two projects: ''client'' and ''server.''
To compile the ''client'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\same_mach\client\''.
* Choose ''our_client.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.
To compile the ''server'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\same_mach\server\''.
* Choose ''our_server.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.

View File

@@ -0,0 +1,27 @@
[[Property:title|Two Machines]]
[[Property:weight|4]]
[[Property:uuid|52307bfe-116d-f5c4-ccf1-98f330ef82e5]]
==Compiling==
To compile the example, you must compile two projects: ''client'' and ''server.''
To compile the ''client'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\two_mach\client\''.
* Choose ''our_client.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.
To compile the ''server'' project:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\net\two_mach\server\''.
* Choose ''our_server.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.