走钢丝
deepin
2019-07-24 18:53 看起来很复杂的样子。
Reply Like 0 View the author
https://bbs.deepin.org/post/181087
能否用在外网通信



https://bbs.deepin.org/post/181087
能能外网同时用吗?
https://bbs.deepin.org/post/181087
可以。把服务端程序部署在内外网都可访问的服务器中。

https://bbs.deepin.org/post/181087
scp 、ssh命令基本能搞定内网文件传输、远程协助

iptux 是一个 Linux 平台下的的“IP Messenger”客户端。
它支持:
- 自动检测局域网中的其他用户。
- 发送消息给其他用户。
- 发送文件到其他用户。
它(应当)兼容于飞鸽传书(Feige)和飞秋(FeiQ)这些中国软件,也和原有的列在
http://ipmsg.org/ 下的日本“IP Messenger”客户端兼容,包括 Debian 下原有的
g2ipmsg 和 xipmsg。
Popular Events
More
git clone http://gitee.com/hebinq/websocket_if
服务端安装
1.准备好MYSQL数据库
2. sudo apt install libjsoncpp-dev libjsoncpp1
3. cd websocket_if/websocket/
4. make
5. sudo make install
6. cd ../service/
7. make
服务端设置
1. 配置数据库连接
sudo ./wsimctl creat dbcfg
例:
DBSERVER=127.0.0.1 主机
DBUSER=root 用户
DBPASSWORD=123456 密码
DBSPACE=wsim 数据库
2. 创建数据表
./wsimctl creat table
3. 启动服务
./wsserver
4.服务转发状态查看
./wsstatus
5. 其它工具
客户端:
1. 准备QT5
2. sudo apt install libjsoncpp-dev libjsoncpp1
3. cd websocket_if/websocket/
4. make
5. sudo make install
6. cd ../client/
7. mkdir build
8. cd build/
9. /usr/lib/x86_64-linux-gnu/qt5/bin/qmake ../QtWebIm.pro
10. make
11. ./qtwebim
12. 打包 deb
cp qtwebim ../deb/application/
dpkg -b ../deb qtwebim_1.0.2_amd64.deb