isayme / cipmsg

shell ipmsg, based on curses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A shell ipmsg program based on curses, simple but meaningful.

Library Used

The code of the library is from my rep clib, but I just used libudp.

Build

Just use command make will be ok.
If you got a error like cannot find -lcurses, congratulations, you should try to edit the file makefile, find and change the -lcurses to -lncurses.
If Ok, you may want to have a look at What's the difference between -lcurses and -lncurses when compiling C using ncurses lib?.
If still not ok, I'm sorry, maybe your system have no curses installed~

Screenshot

the screenshot of shell:

shell

the screenshot of ipmsg:

ipmsg

Contact

Email : isaymeorg [at] gmail [dot] com
Blog : www.isayme.org [Chinese Simplified]

About

shell ipmsg, based on curses.


Languages

Language:C 100.0%