Skip to content
kiah2008 edited this page Dec 25, 2017 · 1 revision

Welcome to the kwxprinter wiki! This is a project for wechat network image printer, using GPLV2 license, all copyright was reserved. created by kai.zhao

WHAT IT DOES

There are three modules, including khttpd/remoteproxy/simpleclient. khttpd is used as a local server runing in local side, and talk with remoteproxy remoteproxy is used as a remote proxy runing in server side, which will help register khttpd, and deliver data to khttpd simpleclient is a test client for test usage.

HOW IT WAS BUILT

enter root dir(for all modules) or enter specific mdoule, run make you can also remove the specific module from Makefile in root dir

HOW TO USE IT

Clone this wiki locally