Skip to content

aYosukeAkatsuka/websocket_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

このリポジトリは

libwebsocketsの動作検証用リポジトリです。

How to build

MacとLinux(Ubuntu 14.04 64bit)で動作確認しました。
ビルド方法は以下。

サブモジュール取得

  • $ git submodule update --init

libwebsocketsのビルド

  • $ cd [root of source tree]
  • $ cd libwebsockets
  • $ cmake .
  • $ make

テスト用サーバのビルド

  • $ cd [root of source tree]
  • $ cd server
  • $ make

テスト用クライアントのビルド

  • $ cd [root of source tree]
  • $ cd client
  • $ make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published