资源说明:什么是发呆?
Daze是一种可帮助您链接到Internet的工具。
[英语] []
用法
编译或发呆:
$ git clone https://github.com/mohanson/daze
$ cd daze
# On Linux
$ ./cmd/develop.sh
# On Windows
$ ./cmd/develop.ps1
构建结果将保存在目录bin 。 您可以只保留此目录,而无需其他所有文件。
发呆很容易使用:
# server port
# you need a machine that can access the Internet, and enter the following command:
$ daze server -l 0.0.0.0:1081
# client port
# use the following command to link your server(replace $SERVER with your server ip):
$ daze client -s $SERVER :1081 -l 127.0.0.1:1080 -
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
English
