Hey clever peeps
All right, I'm in need to develop a simple program that needs to:
- Take user input (text fields)
- Have telnet ability (e.g. configure an access point through CMD)
- Configure a text file on a removable drive
- Have a simple user interface
The program will be used as a configuration tool, meaning it will usually only be used once by a user.
Browser-based will be the 1st choice, but I don't believe this will be possible if the application needs the telnet ability.
Cross-platform is an optional plus, but because I want to keep it simple I'd rather not let the user install a whole runtime like Java. Despite this, Java is still an option.
I'm only a final year engineering student and can code somewhat in C++ (thanks to Arduino), Java (thanks to final year project), and Delphi (school), but I'm willing to learn basics of a new language.
Is Delphi too old these days? How frequent do users have problems with Java vs JAR versions? What about C#, C++ or .Net?
Any critique, comments and ideas are welcomed.
All right, I'm in need to develop a simple program that needs to:
- Take user input (text fields)
- Have telnet ability (e.g. configure an access point through CMD)
- Configure a text file on a removable drive
- Have a simple user interface
The program will be used as a configuration tool, meaning it will usually only be used once by a user.
Browser-based will be the 1st choice, but I don't believe this will be possible if the application needs the telnet ability.
Cross-platform is an optional plus, but because I want to keep it simple I'd rather not let the user install a whole runtime like Java. Despite this, Java is still an option.
I'm only a final year engineering student and can code somewhat in C++ (thanks to Arduino), Java (thanks to final year project), and Delphi (school), but I'm willing to learn basics of a new language.
Is Delphi too old these days? How frequent do users have problems with Java vs JAR versions? What about C#, C++ or .Net?
Any critique, comments and ideas are welcomed.
Last edited: