Skip to content

一个解析二维码的TCP服务:包括客户端和服务端,通过客户端向服务端发送二维码图片的地址,服务端将二维码下载之后进行解析,并把结果返回给客户端。

Notifications You must be signed in to change notification settings

yuanyuanxiang/TcpServer

Repository files navigation

TcpServer

一个解析二维码的TCP服务。

About

该项目是一个解析二维码的服务程序。此程序监听指定端口,客户端向此端口发送二维码的URL,服务器对此URL进行解析,然后将解码结果回复给客户端。

Reference

ThreadpoolLib:https://github.com/yuanyuanxiang/ThreadpoolLib/

Tips

为了程序能够编译通过,请新建目录,并将3DCode项目中的libqrdecode.lib复制到相关目录,将ThreadpoolLib复制到ThreadpoolLib目录。

About

一个解析二维码的TCP服务:包括客户端和服务端,通过客户端向服务端发送二维码图片的地址,服务端将二维码下载之后进行解析,并把结果返回给客户端。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages