forked from JMRI/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
536 lines (474 loc) · 25.5 KB
/
index.html
File metadata and controls
536 lines (474 loc) · 25.5 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>
JMRI: A Java Model Railroad Interface
</title>
<meta name="author" content="Bob Jacobsen">
<meta name="author" content="John Plocher">
<meta name="keywords" content="java model railroad JMRI decoderpro panelpro operationspro signalpro loconet DCC NMRA">
<!-- Style -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/css/default.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print">
<link rel="icon" href="/images/jmri.ico" type="image/png">
<link rel="home" title="Home" href="/">
<!-- /Style -->
</head>
<body>
<div id="container">
<p class="skipLink"><a href="#mainContent" accesskey="2">Skip to main content</a></p>
<!-- Header -->
<div id="header">
<!-- Logo -->
<a href="/" title="Return to home page" accesskey="1">
<img src="/images/logo-jmri.gif" width="160" height="135" alt="JMRI Logo"> </a>
<!-- /Logo -->
<ul id="mainNav"> <!-- Top tool bar -->
<li><a href="/download/index.shtml" title="Get the latest software">Download</a></li>
<li><a href="/help/en/html/apps/index.shtml" title="Learn about JMRI applications">Applications</a></li>
<li><a href="/help/en/html/hardware/index.shtml" title="What hardware does JMRI support">Hardware</a></li>
<li><a href="/help/en/webtoc.shtml" title="JMRI Help Screens">Help</a></li>
<li><a href="/help/en/manual/index.shtml" title="DecoderPro Manual">Manual</a></li>
<li><a href="/help/en/html/doc/Technical/index.shtml" title="Developing and extending JMRI">Developers</a></li>
<li><a href="/help/en/Acknowledgements.shtml" title="Who is JMRI">Acknowledgements</a></li>
</ul>
<div id="searchform"> <!-- Search Form -->
<form id="search" method="get" action="http://www.google.com/search">
<label for="q" title="Search JMRI.org">search JMRI: </label>
<input type="hidden" name="sitesearch" value="jmri.org">
<input type="text" id="q" name="q" accesskey="s" size="30">
<input type="submit" id="submit" value="go">
</form>
</div> <!-- End #searchform -->
</div> <!-- closes #header-->
<!-- /Header -->
<!-- Sidebar -->
<hr class="hide">
<div id="mBody">
<div id="side"> <!-- Block of text on left side of page -->
<div style="text-align: center">JMRI® is...</div>
<dl class="doc">
<dt><h3><a href="./help/en/html/apps/DecoderPro/index.shtml">DecoderPro®</a></h3></dt>
<dd>
A better tool for programming decoders, simplifying the job of configuring DCC decoders from your computer </dd>
<dt><h3><a href="./help/en/html/apps/PanelPro/PanelPro.shtml">PanelPro™</a></h3></dt>
<dd>
Design and Operate CRT based CTC control panels that reflect the real-time
state of your railroad <em>and</em> let you control it
</dd>
<dt><h3><a href="/help/en/package/jmri/jmrit/dispatcher/Dispatcher.shtml">DispatcherPro</a></h3></dt>
<dd>
A system for Dispatching, grouping your Roster and Throttles
</dd>
<dt><h3><a href="./help/en/package/jmri/jmrit/operations/Operations.shtml">OperationsPro™</a></h3></dt>
<dd>
Build Trains from your Roster and print Train Manifests that detail the work your train crews will perform
</dd>
<dt><h3><a href="/help/en/html/apps/SoundPro/SoundPro.shtml">SoundPro</a></h3></dt>
<dd>
A set of tools for using Audio with JMRI
</dd>
<dt><h3><a href="./community/examples/Gallery.shtml">Cool Uses</a></h3></dt>
<dd>People have used JMRI to do some great things for the model railroad community.<br>
Our
<a href="./community/examples/Gallery.shtml">Gallery page</a>
highlights some of these.
</dd>
<dt><h3><a href="./help/en/html/tools/index.shtml">Tools</a></h3></dt>
<dd>JMRI provides powerful tools for working with your
layout.
<ul>
<li><dfn><a href="./help/en/html/tools/Turnouts.shtml">Turnouts</a></dfn>
<li><dfn><a href="./help/en/html/tools/Lights.shtml">Lights</a></dfn>
<li><dfn><a href="./help/en/html/tools/Sensors.shtml">Sensors</a></dfn>
<li><dfn><a href="./help/en/html/tools/throttle/ThrottleMain.shtml">Throttles</a></dfn>
<li><dfn><a href="./help/en/html/tools/consisttool/ConsistTool.shtml">Consisting</a></dfn>
<li><dfn><a href="./help/en/html/tools/Blocks.shtml">Blocks</a></dfn>
<li><dfn><a href="./help/en/html/tools/Reporters.shtml">Reporters</a></dfn>
<li><dfn><a href="./help/en/html/tools/Memories.shtml">Memory Variables</a></dfn>
<li><dfn><a href="./help/en/html/tools/Routes.shtml">Routes</a></dfn>
<li><dfn><a href="./help/en/html/tools/LRoutes.shtml">LRoutes</a></dfn>
<li><dfn><a href="./help/en/html/tools/Sections.shtml">Sections</a></dfn>
<li><dfn><a href="./help/en/html/tools/Logix.shtml">Logix</a></dfn>
<li><dfn><a href="./help/en/html/tools/fastclock/index.shtml">Fast Clocks</a></dfn>
<li><dfn><a href="./help/en/html/tools/speedometer/index.shtml">Speedometer</a></dfn>
<li><dfn><a href="./help/en/html/tools/Audio.shtml">Audio</a></dfn>
<li><dfn><a href="./help/en/html/tools/IdTags.shtml">ID Tags</a></dfn>
<li><dfn><a href="./help/en/html/tools/index.shtml#systemSpecificTools">System-specific...</a></dfn></li>
</ul>
</dd>
<dt><h3><a href="./help/en/html/tools/automation/">Layout Automation</a></h3></dt>
<dd>JMRI can be used to automate parts
of your layout, from simply controlling a crossing gate
to running trains in the background.
<ul>
<li><dfn><a href="./help/en/html/tools/signaling/index.shtml">Signaling</a></dfn>
<li><dfn><a href="./help/en/html/tools/EntryExit.shtml">Entry Exit (NX)</a></dfn>
<li><dfn><a href="./help/en/html/tools/Routes.shtml">Routes</a></dfn>
<li><dfn><a href="./help/en/html/tools/fastclock/index.shtml">Fast Clocks</a></dfn>
<li><dfn><a href="./help/en/html/tools/scripting/index.shtml">Scripting</a></dfn>
</ul>
</dd>
<div style="clear: both"></div>
<dt><h3><a href="./help/en/html/hardware/index.shtml">Supported hardware</a></h3></dt>
<dd>
A wide range of DCC systems, Command Stations and protocols is actively supported to operate with JMRI.
</dd>
<div style="clear: both"></div>
<dt><h3>Supported Computers</h3></dt>
<dd>
<ul>
<li><a href="./install/WindowsNew.shtml">Windows</a>
<li><a href="./install/MacOSX.shtml">Mac OS X</a>
<li><a href="./install/Linux.shtml">Linux</a>
<li><a href="/help/en/html/setup/index.shtml">Setup</a>
</ul>
</dd>
</dl>
<a href="/donations.shtml">
<img src="http://sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" align="right" alt="Donate to JMRI">
</a>
</div> <!-- closes #side -->
<!-- end sidebar -->
<hr class="hide"> <!-- only shows up on printouts -->
<div id="mainContent"> <!-- Body of page -->
<div id="teaser">
<h1>What is JMRI?</h1>
<!-- Photograph on home landing page -->
<img src="images/Home_Fireman1940PD_cropflip_purple.jpg" width="169" height="212" border="0" align="right" alt="fireman on the NYC" longdesc="Public Domain image of a fireman on the NYC Chicago to Glacier Park Empire Builder, ca. 1940, original image by Charles O'Rear, 1941-, Photographer (NARA record: 3403717) (U.S. National Archives and Records Administration) [Public domain], via Wikimedia Commons from Wikimedia Commons, url = https://commons.wikimedia.org/wiki/File%3AFIREMAN_ON_THE_EMPIRE_BUILDER_PASSENGER_TRAIN_ENROUTE_FROM_CHICAGO_TO_EAST_GLACIER_PARK%2C_MONTANA%2C_AND_SEATTLE..._-_NARA_-_556083.jpg, flipped and recolored 2016 by EBR for JMRI">
<p> The JMRI project is building tools for model railroad computer control.
We want it to be usable to as many people as possible,
so we're building it in Java to run anywhere,
and we're trying to make it independent of specific hardware systems.</p>
<p> JMRI is intended as a jumping-off point for hobbyists
who want to control their layouts with a computer
without having to create an entire system from scratch.</p>
<p> You can manage your locomotive rosters and easily program your decoders using
<a href="./help/en/html/apps/DecoderPro/index.shtml">DecoderPro®</a>.
You can build control panels and control
your layout using
<a href="./help/en/html/apps/PanelPro/PanelPro.shtml">PanelPro™ to set up signaling. <a href="./help/en/package/jmri/jmrit/operations/Operations.shtml">OperationsPro™</a>
lets you create manifests that route cars across your railroad from shipper to receiver,
and provide train crews with operating instructions.</p>
<p> Going beyond the basics, you can use <a href="./help/en/html/tools/Logix.shtml">Logix</a> to
automate your layout's behavior, interface with X10 and Insteon systems to control your
layout room's <a href="./help/en/html/tools/Lights.shtml">lights</a>
and write
<a href="./help/en/html/tools/scripting/index.shtml">scripts</a> to extend the capabilities
of the system.</p>
<p>
<a href="/donations.shtml">
<img src="http://sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" align="right" alt="Donate to JMRI">
</a>
As an open source project, JMRI is evolving in many directions at once. You can get
involved at many levels:</p>
<ul>
<li> <strong>Learn about JMRI</strong> (check out the
<a href="help/en/webindex.shtml">online help</a>,
<a href="/help/en/manual/index.shtml" title="DecoderPro Manual">DecoderPro manual</a>,
<a href="help/en/html/apps/PanelPro/FAQ.shtml">FAQs</a>
and <a href="community/clinics/">Clinics</a>)
<li> <strong>Kick the tires</strong>
(<a href="/download/index.shtml" title="Get the latest software">download</a> JMRI,
install it on <a href="./install/WindowsNew.shtml">Windows</a>, <a href="./install/MacOSX.html">Mac OS X</a>
or <a href="./install/Linux.html">Linux</a>,
<a href="http://jmri.org/help/en/html/hardware/index.shtml">connect it</a> to your layout)
<li> <strong>Share your experiences with others</strong>
(<a href="https://groups.yahoo.com/neo/groups/jmriusers/info" title="jmriusers yahoo group">join</a> or
<a href="https://groups.yahoo.com/neo/groups/jmriusers/conversations/messages">browse</a> the JMRI Users Yahoo Group)
<li> <strong>Help extend and develop it</strong> (look
<a href="/help/en/html/doc/Technical/index.shtml" title="Developing and extending JMRI">under the hood</a>,
<a href="http://jmri.org/help/en/html/doc/Technical/getcode.shtml">get the source code</a>,
<a href="https://lists.sourceforge.net/lists/listinfo/jmri-developers">join</a> or
<a href="http://sourceforge.net/p/jmri/mailman/jmri-developers/">browse</a>
the JMRI-Developers mailing list)
</ul>
<p> Whatever it is that you choose to do with JMRI, and however you get involved,
<strong>welcome to our community!</strong>
</p>
</div> <!-- closes #teaser-->
<div class="list">
<table border=0>
<tr><td width="50%" valign=top>
<h2><a name="download"><a href="/download/index.shtml#prod-rel">JMRI 4.6 Production Version</a></h2>
Released on December 17, 2016.
<p>
JMRI 4.6 is recommended for new users. It's the most
recent stable production version.
</p>
<p class="dl">For more information, please read the
<a href="releasenotes/jmri4.6.shtml">JMRI 4.6 Release Note</a>,
which also contains the download links.</p>
<h2><a href="releasenotes/jmri3.10.1.shtml">JMRI 3.10.1 Production Version</a></h2>
Released on January 11, 2015.
<p>
JMRI 3.10.1 is recommended for JMRI users with computers
that can only run Java 1.6; later versions require Java 1.8.
</p>
<p class="dl">For more information, please read the
<a href="releasenotes/jmri3.10.1.shtml">JMRI 3.10.1 Release Note</a>,
which also contains the download links.</p>
<h2><a href="releasenotes/jmri2.14.1.shtml">JMRI 2.14.1 Production Version</a></h2>
Released on July 15, 2012.
<p>
JMRI 2.14.1 is recommended for JMRI users with computers
that can only run Java 1.5; later versions require Java 1.6/1.8.
</p>
<p class="dl">For more information, please read the
<a href="releasenotes/jmri2.14.1.shtml">JMRI 2.14.1 Release Note</a>,
which also contains the download links.</p>
</td><td width="50%" valign=top>
<h2><a href="releasenotes/jmri4.5.8.shtml">JMRI 4.5.8 Test Release</a></h2>
Released on December 14, 2016.
<p>
This is the next in a series working toward the next JMRI production version
in late 2016.
<p>
For more information on this test release, please read the
<a href="releasenotes/jmri4.5.8.shtml">JMRI 4.5.8 Release Note</a>,
which also contains the download links.
</p>
<a href="#download">Version 4.6</a> is the current "production" version, recommended
for first-time users.
</td></tr></table>
<!-- uncomment if clinics are planned, event is already on /community/clinics/index.html Jan 12 2016
<h2>JMRI at NMRA 2016 Convention</h2>
<dl>
<dt class="im">
<a href="http://www.nmra2016.org"><img src="https://static.wixstatic.com/media/401ff8_b71bad15b088301afab5520bfd20a1cf.jpg/v1/fill/w_226,h_175,al_c,q_75,usm_0.50_1.20_0.00/401ff8_b71bad15b088301afab5520bfd20a1cf.jpg" width="113" height="88" alt="NMRA convention logo"></a>
</dt>
<dd>
We're planning
<a href="http://www.nmra2016.org/#!blank/c1gzh">JMRI clinics</a> at the
<a <a href="http://www.nmra2016.org">NMRA 2016 National Convention</a>
in Indianapolis, along with our traditional user get-together.
<br>
<a href="community/clinics/index.shtml#nmra2015">NMRA 2015 Clinic summary</a>
</dd>
</dl>
-->
<h2>DigiTrains Android App for running trains from JMRI</h2>
<dl>
<dt class="im">
<a href="https://play.google.com/store/apps/details?id=hu.digitools.digitrains"><img src="help/en/package/jmri/jmrit/withrottle/images/DigiTrainsScreen.png" width="100" height="60" alt="Digitrains on Android Phone"></a>
</dt>
<dd>
The
<a href="https://play.google.com/store/apps/details?id=hu.digitools.digitrains">DigiTrains Android app</a> now works with JMRI
to provide user-friendly locomotive, accessory and route control from Android phones and tablets.
<p>
You can download it from
<a href="https://play.google.com/store/apps/details?id=hu.digitools.digitrains">Google play</a>
or get more information from
the <a href="help/en/package/jmri/jmrit/withrottle/UserInterface.shtml">JMRI help</a>.
</dd>
</dl>
<h2><a id="anyrail">AnyRail export to JMRI Layout Editor</a></h2>
<dl>
<dt class="im">
<a href="http://www.anyrail.com"><img src="https://www.anyrail.com/img5/AnyRailLogo.png" alt="AnyRail logo" height="33" width="120"></a>
</dt>
<dd>
AnyRail can now export your layout design to JMRI!
<p>The <a href="http://www.anyrail.com">AnyRail layout planning software</a>
can now export a layout design as a JMRI panel file that
can be imported to Layout Editor.
<p>
For the details, see the <a href="https://www.anyrail.com/help_en/index.html">AnyRail documentation</a>.
</dd>
</dl>
<h2><a id="mrc">MRC Hardware Support</a></h2>
<dl>
<dt class="im">
<a href="http://www.modelrectifier.com"><img src="http://www.modelrectifier.com/v/vspfiles/templates/modelRecRes/images/template/desktop/client-logo.png" alt="MRC logo" height="43" width="103"></a>
</dt>
<dd>
JMRI now supports MRC/GaugeMaster DCC systems!
<p>You can connect JMRI to MRC/Gaugemaster
hardware by just setting the JMRI preferences and wiring it up.
<p>
For the details, see our
<a href="http://jmri.org/help/en/html/hardware/mrc/index.shtml">MRC page</a>.
</dd>
</dl>
<h2><a href="community/clinics/">Check Out the "JMRI Clinics" page</a></h2>
<dl>
<dt class="im">
<a href="community/clinics/"><img src="./images/ico-jmri.gif" width="44" height="44" alt="JMRI clinics"></a>
</dt>
<dd>
Several users have contributed their clinics for our
<a href="community/clinics/">Clinics page</a>. There are both conventional handout
and slides clinics, and also some neat interactive clinics for DecoderPro®
and PanelPro™.
<p>
Some JMRI clinics from past NMRA national and other conventions are also included.
</dd>
</dl>
<h2><a href="help/en/package/jmri/jmrit/withrottle/UserInterface.shtml">Use Your Smart Phone As a Throttle!</a></h2>
<dl>
<dt class="im">
<a href="help/en/package/jmri/jmrit/withrottle/UserInterface.shtml">
<img src="help/en/package/jmri/jmrit/withrottle/images/EngineDriverIcon.png" width="80" height="80" alt="Android Engine Driver logo">
</a>
</dt>
<dd>
You can now use your iPhone, iPod Touch or Android cell phone as a throttle with JMRI.
<p>
After you <a href="help/en/package/jmri/jmrit/withrottle/UserInterface.shtml">download</a>
and install a program onto your phone, you can connect it
wirelessly to your computer running JMRI, which in turn will run your layout.
Imagine friends visiting
your layout and running trains from their cellphones, without having to bring throttles.
<p>
For more information, please see the
<a href="help/en/package/jmri/jmrit/withrottle/UserInterface.shtml">feature page</a>.
</dd>
</dl>
<h2><a href="/help/en/package/jmri/jmrit/webThrottle/webThrottle.shtml">Control Your Locos From a Web Browser - computer, smartphone or tablet</a></h2>
<dl>
<dt class="im">
<a href="/help/en/package/jmri/jmrit/webThrottle/webThrottle.shtml">
<img src="help/en/package/jmri/jmrit/webThrottle/images/JMRI_webThrottle-(loco).png" width="80" height="80" alt="InControl Icon">
</a>
</dt>
<dd>
Now, you can control your layout directly from your computer, smartphone or tablet, without the need to download and install any application.
The current web browsers running on these devices are able to manage the resources and features needed to replace physical throttles.
Just start the <a href="/help/en/html/web/index.shtml">JMRI Web Server</a> on your JMRI computer, open http://<your JMRI server>/web/webThrottle.html and enjoy it.
For more information, please visit the
<a href="help/en/package/jmri/jmrit/webThrottle/webThrottle.shtml">webThrottle - Web control for locos, panels, turnouts and routes</a> page.
</dd>
</dl>
<h2><a href="help/en/webindex.shtml">Help Pages Online</a></h2>
<dl>
<dt class="im">
<a href="/download/index.shtml"><img src="./images/ico-jmri.gif" width="44" height="44" alt="JMRI Help System"></a>
</dt>
<dd>
The JMRI applications have a built-in help system. It has lots of information, including
overviews and window-specific information. The pages are simple HTML, and users are
encouraged to
<a href="help/en/html/doc/Technical/Help.shtml">add missing information</a>.
The Help information is available online via either the
<a href="help/en/webindex.shtml">Index</a> or
<a href="help/en/webtoc.shtml">Table of Contents</a>.
</dd>
</dl>
<h2><a href="http://cats4ctc.org"><!-- was http://home.comcast.net/~kb0oys/ --> CATS</a></h2>
<dl>
<dt class="im">
<a href="http://cats4ctc.org"><!-- was http://home.comcast.net/~kb0oys/ --> <img src="http://cats4ctc.wdfiles.com/local--files/home:home/armstrong.jpg" width="60" height="40" alt="CATS"></a>
</dt>
<dd>
The Crandic Automated Traffic System (CATS)
is a JMRI-based application by Rodney Black for
controlling and operating a model railroad. There's
more information on the
<a href="http://cats4ctc.org"><!-- was http://home.comcast.net/~kb0oys/ --> CATS web site</a>.
<p/>
</dd>
</dl>
<h2><a href="community/connections/XtrkCadReader/index.shtml">XTrkCad and JMRI</a></h2>
<dl>
<dt class="im">
<a href="community/connections/XtrkCadReader/index.shtml"><img src="http://home3.swipnet.se/~w-31080/Pics/lower.gif" width="90" height="90" alt="XtrkCad and JMRI"></a>
</dt>
<dd>
<a href="http://www.xtrkcad.org">XTrkCad</a>
is a great, free tool for designing your layout
that's being developed by a
<a href="">group of model railroaders</a>.
<p>
<a href="community/connections/XtrkCadReader/index.shtml">XtrkCadReader</a>
is a new JMRI tool built by Giorgio Terdina to
take layout information created by XTrkCad (XTC files) and convert it to
a form that JMRI can read (XML files).
<p>This tool lets you import your physical
layout design from XTrkCad directly into JMRI so you can easily
set up controls for the layout you've built.
</dd>
</dl>
<h2><a href="./xml/XSLT/">Decoder ID pages</a></h2>
<dl>
<dt class="im"><a href="./xml/XSLT/"><img src="./images/ico-jmri.gif" width="44" height="44" alt="Decoder ID pages"></a></dt>
<dd>
A "Decoder ID" page has been added to the web.
Automagically created from the current DecoderPro definitions,
it provides easy access to all sorts of information about decoders.
<p>
Contribute more information to our decoder definitions, and help these pages become even more useful!</li>
<div style="clear: both"></div>
</dd>
</dl>
<h2><a href="/k/Recent.shtml#2010-02-17">KAM Dispute Ends!</a></h2>
<dl>
<dt class="im">
<a href="/download/index.shtml"><img src="./images/ico-jmri.gif" width="44" height="44" alt="KAM JMRI dispute"></a>
</dt>
<dd>
JMRI is an informal open-source software group.
We do this for the joy of model railroading, and don't produce anything for profit.
<p>
One of our members has spent the past four years in the Federal Courts
<a href="/k/summary.shtml">defending our right to continue</a>
against an individual who has attacked us with
bogus patent threats, cybersquatting, copyright infringement and other illegal acts.
<a href="/donations.shtml">
<img src="http://sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" ALIGN="RIGHT" alt="Donate to JMRI">
</a>
<p>
We are extremely pleased to announce that this case has now been
<a href="/k/Recent.shtml#2010-02-17">settled</a>.
The agreement ends the dispute, and gives everybody involved a way to move forward.
This is a victory for JMRI and open-source software in general.
<p>
The only task left is raising the money to pay off the accumulated bills and debt.
Please donate -- $5, $10, $25, $50, $100 or more -- so we can
get back to creating great software for model railroading!
</dd>
</dl>
<h2><a href="https://www.java.net/dukeschoice/2006">JMRI wins Duke's Choice award from Sun Microsystems</a></h2>
<dl>
<dt class="im">
<a href="https://www.java.net/dukeschoice/2006"><img src="./images/06_duke_award/2006_dukes_choice_award_120.gif" width="105" height="105" alt="Dukes Choice"></a>
</dt>
<dd>
<a href="http://www.oracle.com/technetwork/java/index.html">Sun Microsystems</a> (now part of <a href="http://www.oracle.com/us/sun/index.html"></a>Oracle</a>)
has awarded JMRI a
<a href="https://www.java.net/dukeschoice/2006">2006 Duke's Choice award</a>.
Also called a "Dukie", this award is given
annually to "some of the most clever, practical, and inspirational Java technology applications on the planet".
The award was presented at the
annual JavaOne conference on May 14th by James Gosling.
<p>
JMRI won for it's community, it's use of Java technology to empower people all over the world to contribute,
and for the impact it's had.
</dd>
</dl>
</div> <!-- closes .list -->
<!-- Footer -->
<hr class="hide">
<div id="footer">
<ul id="bn">
<li>Contact us via the <a href="https://groups.yahoo.com/neo/groups/jmriusers/info">JMRI users</a> mailing list</li>
</ul>
<p>Thanks and congratulations to
<a href="/help/en/Acknowledgements.shtml" title="Who is JMRI">
all who contributed</a>! </p>
<p>Copyright © 1997 - 2017 JMRI Community.
<p>JMRI®, DecoderPro®, PanelPro™, SignalPro™, DispatcherPro™, OperationsPro™ and associated logos are our trademarks.
<p><a href="/Copyright.html">Additional information on copyright, trademarks and licenses is linked here.</a></p>
<br>Site hosted by: <br>
<a href="http://sourceforge.net/projects/jmri/"><img src="http://sourceforge.net/sflogo.php?group_id=26788&type=12" width="120" height="30" border="0" alt="Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads"></a>
</div>
<!-- /Footer -->
<!-- Cluster map code -->
<!-- this is JMRI.org; earlier it had been jmri.sf.net, see if it's still updating properly -->
<script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=6Nhd&d=7lrUgf6WLRPiXnALEuchzS1qu7aRROg9aknhvnFo5Zo"></script>
</div> <!-- closes #mainContent-->
</div> <!-- closes #mBody-->
</div> <!-- closes #container -->
</body>
</html>