https://github.com/slankdev/libslankdev
my utils with c++
https://github.com/slankdev/libslankdev
Last synced: 23 days ago
JSON representation
my utils with c++
- Host: GitHub
- URL: https://github.com/slankdev/libslankdev
- Owner: slankdev
- License: other
- Created: 2016-05-25T03:15:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T10:00:20.000Z (over 6 years ago)
- Last Synced: 2025-10-08T22:50:01.876Z (6 months ago)
- Language: C++
- Homepage:
- Size: 1.08 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libslankdev
[](https://travis-ci.org/slankdev/libslankdev)
A misc library on C++11. This lib is "Header-Only-Library". So user don't need
to build my lib and link one. If you want a part of libslankdev, you must only
copy header file and include header file.
(of course, you must take care of dependency)
## Components
Pure C++ Wrapper
- intfd
- socketfd
- filefd
- basic exception
- format string
- singlethon
- telnet
- system function
Extra Lib Wrapper
- libpcap wrapper
- ncurses wrapper
## Requirement
- libpcap-dev
- libncurses5-dev
```
$ sudo apt install libpcap-dev libncurses5-dev
```
## Usage
To install, run these command only
```
$ git clone http://github.com/slankdev/libslankdev.git
$ cd libslankdev
$ make // check syntax
$ sudo make install // install
```
To uninstall...
```
$ sudo make uninstall
```
## Licence
MIT