Part Number: CCSTUDIO
Tool/software:
Hi everyone,
I'm looking to set up CCS Theia as a server so I can access it via a browser. Is this possible? Does anyone have experience with this and can give me some tips?
Thanks in advance!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CCSTUDIO
Tool/software:
Hi everyone,
I'm looking to set up CCS Theia as a server so I can access it via a browser. Is this possible? Does anyone have experience with this and can give me some tips?
Thanks in advance!
Hello,
I'm looking to set up CCS Theia as a server so I can access it via a browser
Have you explored using CCS Cloud?
https://dev.ti.com/about#default/ide
Thanks
ki
In that case, I don't have any suggestions regarding such an environment. Out of curiosity, what is the use case for such an environment?
Just to name a few,
Simplified Deployment and Management (Containerization):
This is a major advantage. Packaging Theia as a container (e.g., using Docker) makes deployment incredibly easy and consistent across different environments (development, testing, production). You can use the same container image everywhere, eliminating "works on my machine" problems.
Remote Development on Test Systems:
You can connect directly to a remote test system (e.g., an embedded device) and develop/debug code as if you were sitting in front of it.
The most common use case of CCS in a docker environment that we are aware of is for the purposes of a build server that can be interfaced from the command line: