Code Monkey home page Code Monkey logo

initsender's Introduction

InitSender

Accepts newline-separated, base64-encoded feature inits or output inits. Including file output from PTK led sandbox when using the no config option.

Run either with or without command line args.

Command line args

InitSender {tablet model} {init file} {init delay} {auto repeat} {init type} {tablet vid} {tablet pid}

Tablet Model

0: Custom

1: PTK-540WL

2: PTK-640

3: PTK-840

4: PTK-1240

Init File

Relative or absolute path to the file containing newline-separated, base64-encoded feature inits or output inits.

Init Delay

Integer to use for delay between inits in miliseconds. (Use 0 for smoothest animations.)

Auto Repeat

Whether or not to loop through the init file.

1: Auto repeat

2: Do not auto repeat

Init Type

Type of init to send. For Wacom tablets you likely want Feature Init. For Xencelabs tablets you likely want Output Init.

1: Feature Init

2: Output Init

Tablet VID

Base10 integer containing the Vendor ID for tablet. Only used when Tablet Model = 0.

Tablet PID

Base10 integer containing the Product ID for tablet. Only used when Tablet Model = 0.

Dependencies

.Net Runtime 6.0 x64: https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Building

$options= @('--configuration', 'Release', '-p:PublishSingleFile=true', '-p:DebugType=embedded', '--self-contained', 'false')
dotnet publish InitSender $options --runtime win-x64 --framework net6.0 -o build/win-x64
dotnet publish InitSender $options --runtime linux-x64 --framework net6.0 -o build/linux-x64

initsender's People

Contributors

kert avatar kuuuube avatar

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.