-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from org-arl/unetsockets
Updating links to unetsockets
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ <h4>1. What are the various editions of UnetStack and how can I get them?</h4> | |
<br>The <b>Commercial</b> edition of UnetStack is similar to the <b>Community</b> edition except you may use it in commercial applications. For more information about licensing the <b>Commercial</b> edition of UnetStack, contact <a href="mailto:[email protected]">[email protected]</a>. | ||
| ||
<br> | ||
<br>The <b>OEM</b> edition is the version of UnetStack installed onto devices by the original equipment manufacture. For example, SDOAM (Software Defined Open-Architecture Modems) from our commercial partners have an OEM edition of UnetStack pre-installed on them. You can access the complete power of an OEM version of UnetStack installed on such devices using the various <a href="/handbook/unet-handbook_part_iii_building_unet_applications.html" target="_blank">UnetStack APIs</a> and <a href="https://github.com/org-arl/unet-contrib" target="_blank">open source Gateway and UnetSocket libraries</a> from any other device or computer without needing a separate license. | ||
<br>The <b>OEM</b> edition is the version of UnetStack installed onto devices by the original equipment manufacture. For example, SDOAM (Software Defined Open-Architecture Modems) from our commercial partners have an OEM edition of UnetStack pre-installed on them. You can access the complete power of an OEM version of UnetStack installed on such devices using the various <a href="/handbook/unet-handbook_part_iii_building_unet_applications.html" target="_blank">UnetStack APIs</a> and <a href="https://github.com/org-arl/unetsockets" target="_blank">open source Gateway and UnetSocket libraries</a> from any other device or computer without needing a separate license. | ||
| ||
<br> | ||
<br>The <b>Commercial (Dev-tools)</b> edition of UnetStack is similar to the <b>Commercial</b> edition but it is tagged to a specific OEM device that you own. You can use this edition of UnetStack to simulate and develop software for that OEM device, as well as to run UnetStack on your workstations to connect to and control the OEM device for development and testing of any applications involving the OEM device. For more information about licensing the <b>Commercial (Dev-tools)</b> edition of UnetStack, contact <a href="mailto:[email protected]">[email protected]</a>. | ||
|
@@ -152,7 +152,7 @@ <h4>1. What are the various editions of UnetStack and how can I get them?</h4> | |
| ||
<h4>2. Can I use the UnetStack <b>Community</b> edition in commercial deployment (for example, to control a UnetStack <b>OEM</b> device)?</h4> | ||
| ||
<p>You may <b>NOT</b> use the UnetStack <b>Community</b> edition to access a device that has UnetStack <b>OEM</b> pre-installed on it in a commercial use-case, as the <b>Community</b> edition is only available for educational or other non-commercial purposes. You may, however, use any of the <a href="https://github.com/org-arl/unet-contrib" target="_blank">open-source Gateway and UnetSocket libraries</a> to connect to a UnetStack <b>OEM</b> device. The open-source gateway libraries provide all of the functionality required to configure and control a UnetStack <b>OEM</b> device. | ||
<p>You may <b>NOT</b> use the UnetStack <b>Community</b> edition to access a device that has UnetStack <b>OEM</b> pre-installed on it in a commercial use-case, as the <b>Community</b> edition is only available for educational or other non-commercial purposes. You may, however, use any of the <a href="https://github.com/org-arl/unetsockets" target="_blank">open-source Gateway and UnetSocket libraries</a> to connect to a UnetStack <b>OEM</b> device. The open-source gateway libraries provide all of the functionality required to configure and control a UnetStack <b>OEM</b> device. | ||
| ||
<br> | ||
<br>Additionally, your UnetStack OEM device may have an associated <b>Commercial (Dev-tools)</b> edition. Contact your UnetStack OEM device manufacturer for more information on the <b>Commercial (Dev-tools)</b> license. | ||
|
@@ -361,9 +361,9 @@ <h2>Language API</h2> | |
<tr><td>Java</td><td><a href="handbook/unet-handbook_unetsocket_api.html" target="_unet_handbook">UnetSocket</a>, <a href="https://unetstack.net/javadoc/3.4/org/arl/unet/api/UnetSocket.html" target="_blank">API docs</a>, <a href="handbook/unet-handbook_developing_your_own_agents.html" target="_blank">Agent development</a></td><td>Stable</td><td><a onclick="$('#modal-languages').modal('hide');" href="#downloads">download</a></td></tr> | ||
<tr><td>Groovy</td><td><a href="handbook/unet-handbook_unetsocket_api.html" target="_unet_handbook">UnetSocket</a>, <a href="https://unetstack.net/javadoc/3.4/org/arl/unet/api/UnetSocket.html" target="_blank">API docs</a>, <a href="handbook/unet-handbook_developing_your_own_agents.html" target="_blank">Agent development</a></td><td>Stable</td><td><a onclick="$('#modal-languages').modal('hide');" href="#downloads">download</a></td></tr> | ||
<tr><td>Python 3</td><td><a href="handbook/unet-handbook_unetsocket_api.html" target="_unet_handbook">UnetSocket</a></td><td>Stable</td><td><a href="https://pypi.org/project/unetpy/" target="_blank">unetpy</a></td></tr> | ||
<tr><td>Javascript</td><td><a href="https://github.com/org-arl/unet-contrib/tree/master/unetsocket/js" target="_blank">UnetSocket</a>, <a href="https://fjage.readthedocs.io/en/latest/jsgw.html" target="_blank">Gateway</a></td><td>Stable</td><td><a href="https://github.com/org-arl/unet-contrib/tree/master/unetsocket/js" target="_blank">unetsocket.js</a>, <a href="https://fjage.readthedocs.io/en/latest/jsgw.html" target="_blank">fjage.js</a></td></tr> | ||
<tr><td>Javascript</td><td><a href="https://github.com/org-arl/unetsockets/tree/master/js" target="_blank">UnetSocket</a>, <a href="https://fjage.readthedocs.io/en/latest/jsgw.html" target="_blank">Gateway</a></td><td>Stable</td><td><a href="https://github.com/org-arl/unetsockets/tree/master/js" target="_blank">unetsocket.js</a>, <a href="https://fjage.readthedocs.io/en/latest/jsgw.html" target="_blank">fjage.js</a></td></tr> | ||
<tr><td>Julia</td><td><a href="https://github.com/org-arl/UnetSockets.jl" target="_blank">UnetSocket</a>, <a href="https://github.com/org-arl/Fjage.jl" target="_blank">Gateway</a></td><td>Stable</td><td><a href="https://github.com/org-arl/UnetSockets.jl" target="_blank">UnetSockets.jl</a>, <a href="https://github.com/org-arl/Fjage.jl" target="_blank">Fjage.jl</a></td></tr> | ||
<tr><td>C</td><td><a href="https://github.com/org-arl/unet-contrib/tree/master/unetsocket/c" target="_blank">UnetSocket</a>, <a href="https://fjage.readthedocs.io/en/latest/cgw.html" target="_blank">Gateway</a></td><td>Stable</td><td><a href="https://github.com/org-arl/unet-contrib/tree/master/unetsocket/c" target="_blank">unet.c</a>, <a href="https://fjage.readthedocs.io/en/latest/cgw.html" target="_blank">fjage.c</a></tr> | ||
<tr><td>C</td><td><a href="https://github.com/org-arl/unetsockets/tree/master/c" target="_blank">UnetSocket</a>, <a href="https://fjage.readthedocs.io/en/latest/cgw.html" target="_blank">Gateway</a></td><td>Stable</td><td><a href="https://github.com/org-arl/unetsockets/tree/master/c" target="_blank">unet.c</a>, <a href="https://fjage.readthedocs.io/en/latest/cgw.html" target="_blank">fjage.c</a></tr> | ||
</tbody> | ||
</table> | ||
<button type="button" class="btn btn-default" style="background-color: #47c0f7;" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> | ||
|