CALENDAR

2009年2月
« 1月   4月 »
 1
2345678
9101112131415
16171819202122
232425262728  

CATEGORIES

ARCHIVES

あわせて読みたい

  • LOADING...

libevent + チャットサーバ

libevent でチャットサーバのサンプルを書いたメモ。

チャット送受信のプロトコルを決めるなどして、少しだけまじめ。

libevent-chat-sample-0.1.tar.gz

インストール

事前に libevent が必要。インストールはこちら参照

$ tar zxvf libevent-chat-sample-0.1.tar.gz
$ cd libevent-chat-sample-0.1
$ ./configure --prefix=/path/to/install --with-libevent=/path/to/libevent
$ make
$ make install

使用方法: サーバ

$ cd /path/to/install/bin
$ ./libserver

使用方法: クライアント

$ cd /path/to/install/bin
$ ./libclient
  • このエントリーをはてなブックマークに追加
  • はてなブックマーク - libevent + チャットサーバ
  • Share on Facebook
  • Post to Google Buzz
  • Bookmark this on Yahoo Bookmark
  • Bookmark this on Livedoor Clip
  • Share on FriendFeed

関連エントリー:

libevent + 使い方

libevent + static link

send と recv と送信バッファ溢れ

Mac + Subversion + インストール

TCPサーバ + サンプル

1 comment to libevent + チャットサーバ

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <img localsrc="" alt=""> <pre lang="" line="" escaped="">