Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tcf-dev] Porting TCF agent

Hi, i've been trying to port the TCF agent on our OS, and I finally got it running on the target.
As I would like to use it for the RemoteCDT functionnality, I only need the filesystem service (shell service already available).
Logically, my config.h only contains the filesystem related API.
UDP broadcast is not available on the target, so I can't use the UDP Discovery functionnality.

My question is how can the filesystem service be discovered by the RSE client when I connect to my target ? The only info I can enter is the IP address of the target.

Florian

2009/6/24 Tarassov, Eugene <eugene.tarassov@xxxxxxxxxxxxx>
Hi Florian,
 
> Has the structure of the TCF agent project evolved like planned in https://bugs.eclipse.org/bugs/show_bug.cgi?id=225082 ?
 
No, it has not yet. The bug is still open.
 
> Does this entry : http://dev.eclipse.org/newslists/news.eclipse.dsdp.tm/msg00464.html  give enough information about porting the agent
 
It is probably not enough, but it is pretty much all that is available at the moment. So, reading the source code is the best source of information about porting the agent at the moment. More docs are expected to be available later.
 
> More generally, what can I expect from the 1.0 version of TCF ?
 
In general, no major changes are planned. Version 1.0 would mean formal commitment to maintain backward compatibility of all public APIs and protocol specs. They are very stable already, so I don't expect any big surprises.
 
Regards,
Eugene


From: dsdp-tcf-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Florian Guillochon
Sent: Wednesday, June 24, 2009 7:45 AM
To: dsdp-tcf-dev@xxxxxxxxxxx
Subject: [dsdp-tcf-dev] Porting TCF agent

Hello everybody,

I'm a french student, currently in placement, and I intend to port the TCF agent to a proprietary real-time OS, to be able to use the remote debug functionality in CDT.
I have a shell subsystem working but no file subsystem. I decided to port the TCF agent because it could result in more future oportunities than porting a simple FTP server.
I'm a total newcomer concerning TCF so I have read some entries on the mailing list and on bugzilla, but I'd like to ask you a few questions :

Thank you for the support,

Florian

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



Back to the top