Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Target Communication Framework » How to extend a new service to Tcf,like windriver gopher?(How to extend a new service to Tcf,like windriver gopher?)
How to extend a new service to Tcf,like windriver gopher? [message #1748227] Mon, 21 November 2016 12:11 Go to next message
tian dan is currently offline tian danFriend
Messages: 4
Registered: August 2014
Junior Member
Hi!
I want to extend Tcf and a new service,like windriver gopher.

Adn I has some idea,modify the demo "daytime"
1, ,add gopher interpreter code to agent, and buid it;
2, create a plugin, add extend tcf service to sent gopher string
3, run it

Is it OK? or their is another way? Thanks ver much!
Re: How to extend a new service to Tcf,like windriver gopher? [message #1748383 is a reply to message #1748227] Tue, 22 November 2016 15:52 Go to previous messageGo to next message
Eugene Tarassov is currently offline Eugene TarassovFriend
Messages: 23
Registered: July 2009
Junior Member
Yes, this is the right way to extend TCF
Re: How to extend a new service to Tcf,like windriver gopher? [message #1750271 is a reply to message #1748383] Mon, 19 December 2016 12:27 Go to previous messageGo to next message
tian dan is currently offline tian danFriend
Messages: 4
Registered: August 2014
Junior Member
Thanks for ur Reply.
Our IDE uses GDB for embeded debug now,and we planed to use TCF instead of it.But My RTOS does not have a file system.
So I have an idea that we imply a net FS by extend TCF:
1. On Host TCF plugins, create a new class Called FileSystemService,which inherited FileSystemProxy, register
to ServiceManager----and will override existing FileSystemProxy, to deal with Target Commands.The Host looks
like a FS "Target" Peer,receiving Target FS Commmand Message,and do it on the aimed local filesystem.
2. The target TCF agent create a FS library, take the FS interface as TCF command message and sent it to Host. The
Target looks like a FS "Host" Peer,sending FS command message to Host.
3. TCF Agent's Services which need FS Service like symbolService can use the aboved FS service.

Can This works well?and the efficiency?

Thank you!

[Updated on: Mon, 19 December 2016 13:08]

Report message to a moderator

Re: How to extend a new service to Tcf,like windriver gopher? [message #1750279 is a reply to message #1750271] Mon, 19 December 2016 13:06 Go to previous message
tian dan is currently offline tian danFriend
Messages: 4
Registered: August 2014
Junior Member
We can attach debugging to the RTOS's process, can do disassemble,
access to registers, memory, etc., but can not do symbolic debugging
and RunControl. Looks like that the big problem is missing filesystem
service.
Previous Topic:Expression Evaluation in DSF/TCF
Next Topic:TCF Forum ??
Goto Forum:
  


Current Time: Fri Apr 19 21:21:28 GMT 2024

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

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

Back to the top