Git Product home page Git Product logo

wandserver's Introduction

WandServer

中文

About

WandServer is an open source software developed by Beijing tiretime technology co., LTD.(www.tiertime.com), which controls tiretime 3D printer. Customers can design and develop their own App according to their own needs, and control 3D printer to print and monitor 3D model files through the open source interface.

Usage

Download link:

window:https://pan.baidu.com/s/11DgXSKNbfmEQcUCQz94Rbg&shfl=sharepset pwd: s6zn

macOS: https://pan.baidu.com/s/1NSVd-l7-IjB-B8Z32LWGfg&shfl=sharepset pwd: 7h3u

linux: https://pan.baidu.com/s/1VlAwHMjhuNHPdX1HL4m2zw pwd: tmdb

Download the corresponding system platform program (Window, Linux or macOS), unzip it and enter the folder. Double-click to start WandServer. Or go to the terminal

./WanderServer

to start. WandServer USES port 3333 by default.

The client can send the corresponding instruction to the host 3333 interface of WandServer through websock to control the printer.

⚠️⚠️⚠️ When the Linux system starts up WandServer for the first time, it needs to copy tiertime.rules from the downloaded package to the system /etc/udev/rules.d/ path under the terminal, otherwise the USB link printer cannot be used.

sudo cp tiertime.rules /etc/udev/rules.d/

API Guide

English

中文

Client

JaveScript

eg:Search net printer cmd

var socket = new WebSocket("ws://127.0.0.1:3333");

function searchnetprinter(){
	var obj = {};
	obj["cmd"]= "searchnet";
	
	var cmd = JSON.stringify( object );
	socket.send(cmd);
}

Index.html is a simple html socket example, can be a simple reference.

English

简介

WandServer 是北京市太尔时代科技有限公司研发的一款,控制太尔时代3D打印机的开源软件。客户可以根据自己的需求设计开发自己的App,并通过开源的接口,控制3D打印机进行3D模型文件打印和监控。

使用

下载链接:

window:https://pan.baidu.com/s/11DgXSKNbfmEQcUCQz94Rbg&shfl=sharepset pwd: s6zn

macOS: https://pan.baidu.com/s/1NSVd-l7-IjB-B8Z32LWGfg&shfl=sharepset pwd: 7h3u

linux: https://pan.baidu.com/s/1VlAwHMjhuNHPdX1HL4m2zw pwd: tmdb

下载对应平台 Window、Linux或者macOS的程序,解压后进入该文件夹。双击启动WandServer。或者进入终端

./WanderServer

启动。WandServer默认使用3333端口通讯。

客户可以通过 sock 向Wand Server运行程序的主机3333接口,发送对应的指令,完成控制打印机。

⚠️⚠️⚠️ Linux 系统下第一次启动WandServer 需要在终端下 将下载的压缩包内的 tiertime.rules 拷贝到 系统 /etc/udev/rules.d/ 路径下,否则USB链接打印机无法使用。

sudo cp tiertime.rules /etc/udev/rules.d/

接口文档说明

English

中文

客户端

JaveScript

例如:获取网络打印机

var socket = new WebSocket("ws://127.0.0.1:3333");

function searchnetprinter(){
	var obj = {};
	obj["cmd"]= "searchnet";
	
	var cmd = JSON.stringify( object );
	socket.send(cmd);
}

index.html 是一个简单的Html socket 例子,可以简单参考。

wandserver's People

Stargazers

 avatar Benji York avatar

Watchers

James Cloos avatar Hiro avatar

wandserver's Issues

it's not an open source

If you claim it is open source, you should put the source code in a repository. Also, the pre-built binaries are hosted on Baidu, which is not very accessible, and it is preferable to host it on GitHub as well. not only documents.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.