|
From: <jac...@us...> - 2009-11-16 23:56:31
|
Revision: 161
http://openlcb.svn.sourceforge.net/openlcb/?rev=161&view=rev
Author: jacobsen
Date: 2009-11-16 23:56:19 +0000 (Mon, 16 Nov 2009)
Log Message:
-----------
rename
Modified Paths:
--------------
trunk/prototypes/java/index.html
trunk/prototypes/java/manifest
trunk/prototypes/java/test/scenarios/can/NineOnASegment.java
Modified: trunk/prototypes/java/index.html
===================================================================
--- trunk/prototypes/java/index.html 2009-11-16 23:53:15 UTC (rev 160)
+++ trunk/prototypes/java/index.html 2009-11-16 23:56:19 UTC (rev 161)
@@ -14,9 +14,9 @@
<!-- $Id$ -->
</HEAD>
<BODY LANG="en-US" DIR="LTR">
-<H1>9.6 Proposal Java Prototypes Directory</H1>
+<H1>OpenLCB Proposal Java Prototypes Directory</H1>
<P>This directory contains prototype implementation(s) in Java of the
-S9.6 proposed NMRAnet specification.
+proposed OpenLCB specification.
</P>
<P>These are primarily intended for testing proposed algorithms, not
as a first implementation for use.
@@ -25,8 +25,8 @@
<DL>
<DT>src
</DT><DD>
- Contains NMRAnet source in the org.nmra.net package, and source for
- NMRAnet CAN wire protocol in the org.nmra.net.can package.
+ Contains OpenLCB source in the org.openlcb package, and source for
+ OpenLCB CAN wire protocol in the org.openlcb.can package.
</DD><DT>
test
</DT><DD STYLE="margin-bottom: 0.5cm">
@@ -34,14 +34,14 @@
</DD></DL>
<UL>
<LI><DD STYLE="margin-bottom: 0.5cm">
- org.nmra.net – unit tests for the implementation code</DD><LI><DD STYLE="margin-bottom: 0.5cm">
+ org.openlcb – unit tests for the implementation code</DD><LI><DD STYLE="margin-bottom: 0.5cm">
tools – various non-NMRAnet implementation for testing, including
a small CAN segment simulator</DD><LI><DD STYLE="margin-bottom: 0.5cm">
- scenarios – tests of operation of multiple NMRAnet classes
- simulating various NMRAnet use scenarios</DD></UL>
+ scenarios – tests of operation of multiple OpenLCB classes
+ simulating various OpenLCB use scenarios</DD></UL>
<P>For example, <A HREF="test/scenarios/TwoBusesFiltered.java">test/scenarios/TwoBusesFiltered.java</A>
-contains a scenario where two NMRAnet CAN segments are connected via
-a TCP/IP link and filtering gateways. The NMRA net implementation is
+contains a scenario where two OpenLCB CAN segments are connected via
+a TCP/IP link and filtering gateways. The OpenLCB implementation is
tested to make sure that P/C event reports are properly routed to
nodes needing them, event reports are not routed when not needed,
etc.</P>
Modified: trunk/prototypes/java/manifest
===================================================================
--- trunk/prototypes/java/manifest 2009-11-16 23:53:15 UTC (rev 160)
+++ trunk/prototypes/java/manifest 2009-11-16 23:56:19 UTC (rev 161)
@@ -2,11 +2,11 @@
Main-Class: scenarios.BlueGoldCheck
Class-Path: lib/junit.jar
-Name: org.nmra.nmranet
-Specification-Title: \xD2NMRAnet\xD3
+Name: org.openlcb
+Specification-Title: \xD2OpenLCB\xD3
Specification-Version: \xD20.0\xD3
-Specification-Vendor: \xD2NMRAnet WG"
-Package-Title: \xD2nmranet\xD3
+Specification-Vendor: \xD2OpenLCB group"
+Package-Title: \xD2openlcb\xD3
Package-Version: \xD20.0\xD3
-Package-Vendor: \xD2NMRAnet WG\xD3
+Package-Vendor: \xD2OpenLCB group\xD3
Modified: trunk/prototypes/java/test/scenarios/can/NineOnASegment.java
===================================================================
--- trunk/prototypes/java/test/scenarios/can/NineOnASegment.java 2009-11-16 23:53:15 UTC (rev 160)
+++ trunk/prototypes/java/test/scenarios/can/NineOnASegment.java 2009-11-16 23:56:19 UTC (rev 161)
@@ -9,7 +9,7 @@
import junit.framework.TestSuite;
/**
- * Simulate nine nodes interacting on a single CAN bus NMRAnet segment.
+ * Simulate nine nodes interacting on a single CAN bus OpenLCB segment.
*
* <ul>
* <li>Nodes 1,2,3 send Event A to 8,9
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|