Amateur Radio AX.25 chat and PBBS program using Linux's AX.25 stack
A modular console-oriented amateur radio AX.25 keyboard to keyboard chat and PBBS program using Linux's AX.25 stack. Includes support for multiple concurrent connected sessions, a unconnected (UI) message screen, and an automated packet message client
Input : non blocking keyboard handling.
Output : clean console, print at x,y coordinates, echo on/off, cursor on/off.
Developed for learning game programming and MVC.
Uses native code through JNI. Provides windows and linux versions. Includes code:blocks and eclipse projects for native and java code.
You can use the classes InputProxy and OutpoutProxy in your projects.
--English--
RRRP is a very simple remote protocol with tools of both server and client sides.
The project is currently in development phase.
First release will end up with
- protocol specifications (very short :-))
- keyboard emulation
- mouse emulation
- server script (Windows OS specific)
- client app (Android OS specific)
The project - and the protocol - has been named as both founders nick names: Ric and Ry.
--French--
RRRP est un procotole très simple de contrôle à distance et l'implémentation des deux côtés.
Ce projet est actuellement en cours de développement.
...
This is soft-terminal emulator library. Applications could use that API to work with any full-duplex byte stream as with video terminal having specific display and keyboard. Supported terminals VT220, VT100, VT52.
A framework for simplifying keyboard input and data validation/conversion. Created with extensibility in mind, it allows the development of extra validators to meet any need related to keyboard input, ridding code of exception handling and stream access.