Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Eclipse Target Management

Compare

Claimed by Eclipse Foundation Analyzed 2 months ago

The Target Management project creates data models and frameworks to configure and manage remote systems, their connections, and their services. Remote systems (aka targets) can range from large-scale host computers, multi-board or multi-core parallel systems to target boards without even a CPU or ... [More] FPGA (connected by a hardware debugging box). Some practical use of the project includes remote editing of websites through ftp/ssh/sftp, and remote ANSI terminal in Eclipse. [Less]

602K lines of code

3 current contributors

10 months since last commit

6 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: eclipse, GPL-1-0plus

Eclipse CDT Target Communication Framework (TCF)

Compare

Claimed by Eclipse Foundation No analysis available

TCF standardizes the API and protocol for communicating with embedded systems for debugging, tracing, file transfer, terminal access and other services. The key benefits of TCF (compared to gdb, ssh and related tools) are its flexible componentized structure which allows vendor-neutral plugging ... [More] of individual services, as well as performance and robustness for complex multi-core systems. TCF is lightweight and easy to port. The protocol supports auto-discovery of peers, transparent proxying / tunneling, and security via SSL if desired. An exemplary agent is provided in C; language bindings for peers exist in plain Java, Python and Lua to support scripting and automated tests. With Target Explorer, a full-blown system management suite and debugger is provided as an Eclipse plugin. [Less]

0 lines of code

5 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: edl-v10, eclipse