Difference between revisions of "Emulator documentation summary"

From RifidiWiki

Jump to: navigation, search
Line 1: Line 1:
 
[[category:developerDoc]][[category:EmulatorDoc]]
 
[[category:developerDoc]][[category:EmulatorDoc]]
The Emulator is divided up into two main architectural pieces: the Engine, which is the code that emulates specific reader functions, and the IDE which is the user interface for manipulating the readers.
+
The Emulator is divided up into two main architectural pieces:  
== Engine ==
+
;Engine
*[[Engine Overview]]
+
:The component that emulates specific reader functions,
*[[Readers]]
+
;IDE
*[[EdgeServers]]
+
:The user interface for manipulating the readers.
*[[Engine Terms]]
+
= Engine =
*[[Engine RMI Interface]]
+
* The [[Engine Overview]] describes how the engine is structured in some technical detail
 +
* The [[Readers]] page describes in detail which readers the Emulator supports and how to go about creating a new reader
 +
* The [[Engine RMI Interface]] describes the Emulator's API and how to interface with it.
  
== IDE ==
+
= IDE =
 
*[[Eclipse Plugins]]
 
*[[Eclipse Plugins]]
 
*[http://www.eclipse.org/swt/widgets/ SWT Widgets]
 
*[http://www.eclipse.org/swt/widgets/ SWT Widgets]
 
*[[Refactoring IDE]]
 
*[[Refactoring IDE]]
  
== LLRP Tool Kit ==
+
=Emulator Testing=
*Eclipse integration : http://llrp-toolkit.wiki.sourceforge.net/LTKJavaEclipseIntegration
+
* [[EdgeServers]] describes some of the software that we use to test the Emulator against
  
 +
= LLRP Tool Kit =
 +
*Eclipse integration : http://llrp-toolkit.wiki.sourceforge.net/LTKJavaEclipseIntegration
  
== All Emulator Documentation ==
+
= All Emulator Documentation =
*[[:Category:engineDoc|Browse All Engine Documentation]]
+
*[[:Category :EmulatorDoc|Browse All Engine Documentation]]
 +
*[[Engine Terms| A dictionary of important Emulator Terms]]

Revision as of 18:09, 29 November 2007

The Emulator is divided up into two main architectural pieces:

Engine
The component that emulates specific reader functions,
IDE
The user interface for manipulating the readers.

Engine

  • The Engine Overview describes how the engine is structured in some technical detail
  • The Readers page describes in detail which readers the Emulator supports and how to go about creating a new reader
  • The Engine RMI Interface describes the Emulator's API and how to interface with it.

IDE

Emulator Testing

  • EdgeServers describes some of the software that we use to test the Emulator against

LLRP Tool Kit

All Emulator Documentation

Personal tools