Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] DNS-SD Service Discovery


Hi Scott,

The service discovery plugin can be downloaded from the DSDP-TM download page ( http://download.eclipse.org/dsdp/tm/downloads/index.php )
It is not yet part of RSE, but it is fully functional and can be downloaded as an Experimental add-on.

It has no dependencies with RSE, but it requires  EMF  2.2.0 (or later) to store the data model. If RSE is available, the Discovery process is also available from the RSE Wizard.
Once installed, a "Service Discovery" -> "Service Discovery Properties" view should be available.

This view allows discovering services available in remote machines. The  package contains an implementation of DNS-SD (Zeroconf) over UDP (the most usual transport), but other protocols and transports can be added through extension points.

Once open the view, it is possible to setup  and start the discovery process through a wizard page, started from the view
The parameters are:

* Address: Identifier of the target machine. A multicast address can also be provided (224.0.0.251 for multicast DNS)
* Transport: Transport to be used
* Protocol: Service discovery protocol to be used
* Discovery query: (For DNS-SD:)   _services._dns-sd._udp.local.  (specified in http://files.dns-sd..org/draft-cheshire-dnsext-dns-sd.txt)
                                    _services._mdns._udp.local. (iTunes replies to this query, also seen in older versions of draft-cheshire-dnsext-dns-sd)
*TimeOut: Max time between received replies before ending the discovery process.

More information about target management service discovery and autodetect can be found in the Eclipse wiki page http://wiki.eclipse.org/index.php/DSDP/TM/Autodetect

Please, don't hesitate to contact me or the dsdp-tm-dev mailing list about any question/issue you could have !

Regards,

Javier Montalvo Orús
Engineering Tools
Symbian Software Limited.

Tel: +44 (0)207 154 1091



Scott Lewis <slewis@xxxxxxxxxxxxx>

07/11/2006 15:27

To
javier.montalvoorus@xxxxxxxxxxx
cc
Subject
Re: [ecf-dev] ECF Application -- Your input requested





Hi Javier,

Greetings.  You were working on an impl of zeroconf...and if available I would like to now use it as another impl of the ECF discovery API.  Is it still available?  If so, where?  

Thanksinadvance,

Scott

javier.montalvoorus@xxxxxxxxxxx wrote:

Hi Erkki,


The package Jakarta Commons-Net is being used by the Target Management project  of the Device Software Development Platform.

It is already available as an Eclipse plugin from the DSDP CVS repository (
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/thirdparty/org.apache.commons.net/?cvsroot=DSDP_Project)

It could be useful, since this package has been already approved by Eclipse..


Regards,


Javier Montalvo Orús

Engineering Tools
Symbian Software Limited.

Tel: +44 (0)207 154 1091

"Erkki Lindpere" <villane@xxxxxxxxx>
Sent by:
ecf-dev-bounces@xxxxxxxxxxx

07/11/2006 07:41

Please respond to
"Eclipse Communication Framework (ECF) developer mailing list."
<ecf-dev@xxxxxxxxxxx>


To
"Eclipse Communication Framework (ECF) developer mailing list." <ecf-dev@xxxxxxxxxxx>
cc
Subject
Re: [ecf-dev] ECF Application -- Your input requested







I just found out that Jakarta's Commons-Net has a NNTP implementation.
I'll take a look at it this week or the next.

On 11/7/06, Remy Suen
<remy.suen@xxxxxxxxx> wrote:
> Hi Erkki,
>
> > Does anyone have an idea if there are any existing open source Java
> >
news:// protocol implementations?
>
> There seems to be a decent listing at [1], I'd presume at least one of
> them is compatible with the EPL?
>
> [1] -
http://www.newsreaders.com/others/clients.html
>
> Regards,
> Rem
> _______________________________________________
> ecf-dev mailing list
>
ecf-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/ecf-dev
>
_______________________________________________
ecf-dev mailing list

ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


************************************
********************************** Symbian Software Ltd is a
company registered in England and Wales with registered number
4190020 and registered office at 2-6 Boundary Row, Southwark,
London, SE1 8HP, UK. This message is intended only for use by the
named addressee and may contain privileged and/or confidential
information. If you are not the named addressee you should not
disseminate, copy or take any action in reliance on it. If you have
received this message in error please notify
postmaster@xxxxxxxxxxx
and delete the message and any attachments accompanying it
immediately. Neither Symbian nor any of its Affiliates accepts
liability for any corruption, interception, amendment, tampering or
viruses occurring to this message in transit or for any message
sent by its employees which is not in compliance with Symbian
corporate policy. *************************************************
*********************




_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
 



************************************
********************************** Symbian Software Ltd is a
company registered in England and Wales with registered number
4190020 and registered office at 2-6 Boundary Row, Southwark,
London, SE1 8HP, UK. This message is intended only for use by the
named addressee and may contain privileged and/or confidential
information. If you are not the named addressee you should not
disseminate, copy or take any action in reliance on it. If you have
received this message in error please notify postmaster@xxxxxxxxxxx
and delete the message and any attachments accompanying it
immediately. Neither Symbian nor any of its Affiliates accepts
liability for any corruption, interception, amendment, tampering or
viruses occurring to this message in transit or for any message
sent by its employees which is not in compliance with Symbian
corporate policy. *************************************************
*********************


Back to the top