Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » TCF - Guide on how to write your own clients?
TCF - Guide on how to write your own clients? [message #31786] Mon, 16 February 2009 12:48 Go to next message
Eclipse UserFriend
Originally posted by: peter.nospam.tragardh.gmail.com

Hi!

We're currently evaluating TCF, to renew our old communication software
in one of our projects. The first goal is to produce a working prototype
as a proof of concept. But the only thing we have to go on is the demo
projects provided, and reading code takes time.

Does anybody have any sequence diagrams or even simple notes, that could
help us know what steps to take to create a working piece of software?

What do we need to implement to establish a channel, what do we call to
discover peers? And so on...

/Peter Tragardh
ST-Ericsson
Re: TCF - Guide on how to write your own clients? [message #31925 is a reply to message #31786] Mon, 16 February 2009 16:30 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Peter,

We'll give an EclipseCon tutorial this year that should
hopefully answer some of your questions:
http://www.eclipsecon.org/2009/sessions?id=481

The code really isn't that awful to read, and
with a good tool like Eclipse JDT / CDT you'll
find your way quite quickly.

If you get the presentation files for the tutorial I gave
last year, you'll find a few examples using the plain C
TCF commandline tools that should help you understand how
the peer discovery etc works:
http://www.eclipsecon.org/2008/?page=sub/&id=38

The main docs for TCF are still accessible from
http://wiki.eclipse.org/DSDP/TM/TCF_FAQ

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Peter Tragardh wrote:
> Hi!
>
> We're currently evaluating TCF, to renew our old communication software
> in one of our projects. The first goal is to produce a working prototype
> as a proof of concept. But the only thing we have to go on is the demo
> projects provided, and reading code takes time.
>
> Does anybody have any sequence diagrams or even simple notes, that could
> help us know what steps to take to create a working piece of software?
>
> What do we need to implement to establish a channel, what do we call to
> discover peers? And so on...
>
> /Peter Tragardh
> ST-Ericsson
Re: TCF - Guide on how to write your own clients? [message #31994 is a reply to message #31925] Tue, 17 February 2009 12:07 Go to previous message
Eclipse UserFriend
Originally posted by: peter.nospam.tragardh.gmail.com

Thanks for your quick reply. I actually have planned to attend the
mentioned tutorial on EclipseCon, and am looking forward to it. I also
have to complement you on the code, one can tell that it's not a hack
:-) But nevertheless, it helps to have a map when you're in unknown
terrain, it will shortens the "time to market". It seems to me that the
code is too structured to be written on free hand, so I assumed that
there would exist some kind of design documentation.

Martin Oberhuber wrote:
> Hi Peter,
>
> We'll give an EclipseCon tutorial this year that should
> hopefully answer some of your questions:
> http://www.eclipsecon.org/2009/sessions?id=481
>
> The code really isn't that awful to read, and
> with a good tool like Eclipse JDT / CDT you'll
> find your way quite quickly.
>
> If you get the presentation files for the tutorial I gave
> last year, you'll find a few examples using the plain C
> TCF commandline tools that should help you understand how
> the peer discovery etc works:
> http://www.eclipsecon.org/2008/?page=sub/&id=38
>
> The main docs for TCF are still accessible from
> http://wiki.eclipse.org/DSDP/TM/TCF_FAQ
>
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
>
>
> Peter Tragardh wrote:
>> Hi!
>>
>> We're currently evaluating TCF, to renew our old communication
>> software in one of our projects. The first goal is to produce a
>> working prototype as a proof of concept. But the only thing we have to
>> go on is the demo projects provided, and reading code takes time.
>>
>> Does anybody have any sequence diagrams or even simple notes, that
>> could help us know what steps to take to create a working piece of
>> software?
>>
>> What do we need to implement to establish a channel, what do we call
>> to discover peers? And so on...
>>
>> /Peter Tragardh
>> ST-Ericsson
Re: TCF - Guide on how to write your own clients? [message #579055 is a reply to message #31786] Mon, 16 February 2009 16:30 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Peter,

We'll give an EclipseCon tutorial this year that should
hopefully answer some of your questions:
http://www.eclipsecon.org/2009/sessions?id=481

The code really isn't that awful to read, and
with a good tool like Eclipse JDT / CDT you'll
find your way quite quickly.

If you get the presentation files for the tutorial I gave
last year, you'll find a few examples using the plain C
TCF commandline tools that should help you understand how
the peer discovery etc works:
http://www.eclipsecon.org/2008/?page=sub/&id=38

The main docs for TCF are still accessible from
http://wiki.eclipse.org/DSDP/TM/TCF_FAQ

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Peter Tragardh wrote:
> Hi!
>
> We're currently evaluating TCF, to renew our old communication software
> in one of our projects. The first goal is to produce a working prototype
> as a proof of concept. But the only thing we have to go on is the demo
> projects provided, and reading code takes time.
>
> Does anybody have any sequence diagrams or even simple notes, that could
> help us know what steps to take to create a working piece of software?
>
> What do we need to implement to establish a channel, what do we call to
> discover peers? And so on...
>
> /Peter Tragardh
> ST-Ericsson
Re: TCF - Guide on how to write your own clients? [message #579097 is a reply to message #31925] Tue, 17 February 2009 12:07 Go to previous message
Eclipse UserFriend
Originally posted by: peter.nospam.tragardh.gmail.com

Thanks for your quick reply. I actually have planned to attend the
mentioned tutorial on EclipseCon, and am looking forward to it. I also
have to complement you on the code, one can tell that it's not a hack
:-) But nevertheless, it helps to have a map when you're in unknown
terrain, it will shortens the "time to market". It seems to me that the
code is too structured to be written on free hand, so I assumed that
there would exist some kind of design documentation.

Martin Oberhuber wrote:
> Hi Peter,
>
> We'll give an EclipseCon tutorial this year that should
> hopefully answer some of your questions:
> http://www.eclipsecon.org/2009/sessions?id=481
>
> The code really isn't that awful to read, and
> with a good tool like Eclipse JDT / CDT you'll
> find your way quite quickly.
>
> If you get the presentation files for the tutorial I gave
> last year, you'll find a few examples using the plain C
> TCF commandline tools that should help you understand how
> the peer discovery etc works:
> http://www.eclipsecon.org/2008/?page=sub/&id=38
>
> The main docs for TCF are still accessible from
> http://wiki.eclipse.org/DSDP/TM/TCF_FAQ
>
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
>
>
> Peter Tragardh wrote:
>> Hi!
>>
>> We're currently evaluating TCF, to renew our old communication
>> software in one of our projects. The first goal is to produce a
>> working prototype as a proof of concept. But the only thing we have to
>> go on is the demo projects provided, and reading code takes time.
>>
>> Does anybody have any sequence diagrams or even simple notes, that
>> could help us know what steps to take to create a working piece of
>> software?
>>
>> What do we need to implement to establish a channel, what do we call
>> to discover peers? And so on...
>>
>> /Peter Tragardh
>> ST-Ericsson
Previous Topic:TCF target agent for Visual Studio
Next Topic:SSHing from a remote connection
Goto Forum:
  


Current Time: Fri Apr 19 09:03:59 GMT 2024

Powered by FUDForum. Page generated in 0.02312 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top