-1

I am doing on an academic project Virtual Desktop Infrastructure. I want to work with Ulteo OVD 4.0.2 which is an open source virtual desktop software. But I am not aware in which language is Ulteo coded. Can you please tell me?

Kara
  • 6,115
  • 16
  • 50
  • 57

1 Answers1

0

Look inside their git repository: it is mostly C, with some Python & Java (client side ...), configured by autoconf

A general hint about free software is to download the source code and look inside it.

Basile Starynkevitch
  • 223,805
  • 18
  • 296
  • 547