Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "TM/Autodetect"

< TM
 
Line 1: Line 1:
Lead: TBD<br>
+
Lead: Javier Montalvo-Orús (Symbian)<br>
Members: WR, Freescale
+
Members: Symbian, Freescale, WR
  
 
We want to  
 
We want to  
 
* Autodetect boards on the local network or in a lab
 
* Autodetect boards on the local network or in a lab
* Autodetect connection mechanisms to a board (connectors)
 
 
* Autodetect services on a remote system
 
* Autodetect services on a remote system
 +
* Autodetect connection mechanisms to a board (connectors)
 
* Autodetect remote board registries (related to [[DSDP/TM/Shared Board Labs|Shared Board Labs]])
 
* Autodetect remote board registries (related to [[DSDP/TM/Shared Board Labs|Shared Board Labs]])
 
in order to simplify setup of remote system connections for a user.
 
in order to simplify setup of remote system connections for a user.
 +
 +
The actual detection of services could go
 +
* via network (e.g. [http://www.eclipse.org/ecf ECF] Discovery using Zeroconf/Bonjour, http://www.dns-sd.org)
 +
* it could be through vendor-specific agents running on the remote system,
 +
* or it could be even without asking the live target, e.g. by looking at a local ELF image of the kernel on the target or investigating SPIRIT files.
 +
 +
===Use cases for autodetect:===
 +
* New Connection - instead of having to type an IP address, get a list of available systems. Grouped by system type, connection type (serial vs. TCP/IP), LAN/WAN range etc.
 +
* In the New Connection Wizard, when the remote system is already identified, get available services / subsystems pre-selected as detected on the remote system (or disabled if not available on the remote system).
 +
* New Board Lab - instead of having to type an IP address, get a list of available board lab servers.

Revision as of 09:42, 26 April 2006

Lead: Javier Montalvo-Orús (Symbian)
Members: Symbian, Freescale, WR

We want to

  • Autodetect boards on the local network or in a lab
  • Autodetect services on a remote system
  • Autodetect connection mechanisms to a board (connectors)
  • Autodetect remote board registries (related to Shared Board Labs)

in order to simplify setup of remote system connections for a user.

The actual detection of services could go

  • via network (e.g. ECF Discovery using Zeroconf/Bonjour, http://www.dns-sd.org)
  • it could be through vendor-specific agents running on the remote system,
  • or it could be even without asking the live target, e.g. by looking at a local ELF image of the kernel on the target or investigating SPIRIT files.

Use cases for autodetect:

  • New Connection - instead of having to type an IP address, get a list of available systems. Grouped by system type, connection type (serial vs. TCP/IP), LAN/WAN range etc.
  • In the New Connection Wizard, when the remote system is already identified, get available services / subsystems pre-selected as detected on the remote system (or disabled if not available on the remote system).
  • New Board Lab - instead of having to type an IP address, get a list of available board lab servers.

Back to the top