Skip to content
forked from yiselieren/con

console program for tty and sockets communication

License

Notifications You must be signed in to change notification settings

jeonghanlee/con

 
 

Repository files navigation

con with GNUmakefile

The different Makefile I need for an old cross compiler, because the old embedded system doesn't have the amazing tree.

make
make clean
make distclean
make install
make uninstall

Global Installation

make 
sudo make install DESTDIR=/usr

Specific Example for BLM

/srv/librablmOpt is the nfs folder where the BLM can access as PATH.

source ../deviceconf/BLM/setEnvBLMCC.bash
make clean
make
sudo make install DESTDIR=/srv/liberablmOpt

How to

The latest procServ supports a UNIX domain socket. This application can connect (attach) to the socket very quickly such as

con -c /tmp/unix-domain-socket

To detach, ctrl-a. The commands (CTRL-t, CTRL-x) of procServ works well, however, CTRL-r doesn't work. The exit of the connection is CTRL-a by default.

About

console program for tty and sockets communication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.8%
  • Makefile 6.2%