ulduzcon Code
Qt-based Serial Console with built-in TFTP and script capabilities
Status: Alpha
Brought to you by:
gyunaev
File | Date | Author | Commit |
---|---|---|---|
src | 2013-02-14 |
![]() |
[9c287e] Adding setuplib on Windows |
COPYING | 2013-02-14 |
![]() |
[0ac1f5] Added icon and license |
LICENSE | 2013-02-14 |
![]() |
[0ac1f5] Added icon and license |
README | 2013-02-14 |
![]() |
[0ac1f5] Added icon and license |
ulduzcon.pro | 2013-02-09 |
![]() |
[ab31b8] Initial commit |
Current version is 0.1 alpha UlduzCon Embedded Serial Console is a GUI application which provides the GUI serial console. It is focused at the developers of embedded software, who spends significant time working in the serial console and flashing the embedded devices. FEATURES UlduzCon Embedded Serial Console has the following features: - Support for multiple profiles which stores all the configuration options together. - Highly configurable with changeable fonts and colors. Supports all standard serial port configuration such as baud rate, parity, data/stop bits and flow control. - Built-in hex dumper dumps in hex and ASCII all the traffic received from the serial port. - Built-in highly configurable TFTP server with an activity window. - Extensive scripting support based on QtScript. - International encoding support. Got a filesystem with non-ASCII characters? It will work. LIMITATIONS 1. At this moment the ANSI support in console is very limited. It is completely usable for interacting with modems and bootloaders, and doing the tasks in console. but don't expect to be able to run vi or mc. 2. For TFTP to listen at port 69 the application must either be run under root, or have a special capability set. Alternatively, you can run TFTP server listening at higher port such as 6969, and add the iptables rule to forward the connections to port 69 to your new port such as: iptables -A PREROUTING -t nat -i eth0 -p udp --dport 69 -j REDIRECT --to-port 6969 COMPILATION The application is compiled the standard way Qt applications are compiled, such as: qmake make BUGS Please report bugs to gyunaev@ulduzsoft.com or use forum at http://forum.ulduzsoft.com Do not use SourceForge bug tracker, I'm not reading it.