Giter Club home page Giter Club logo

notikeys's Introduction

notikeys

For compile on windows, need build QBS (http://qt-project.org/wiki/qbs) QBS must be build by compiler, which was used for compile Qt Framework. Sources prefer get from stable snapshots: http://download.qt-project.org/official_releases/qbs/

For build Notikeys from command line on Windows, it's neccessery to add Qt and toolchain in %PATH%: set PATH=e:\Qt_own\Qt5.3.0\5.3\mingw482_32\bin;%PATH% set PATH=e:\Qt_own\Qt5.3.0\Tools\mingw482_32\bin;%PATH% qbs install --install-root build

And run: build\gui.exe

When build from QtCreator, all necessary files will be stored in folder "install-root" (in temporary build folder)

notikeys's People

Contributors

polovik avatar dmitry-valento avatar

Stargazers

 avatar

Watchers

 avatar

notikeys's Issues

Exit from the GUI with cleaning up

  1. Postpone MainWindow closing for 1sec
  2. Display message on MainWindow "Disconnecting"
  3. Send command SHUTDOWN or HALT or STOP_CONFIGURING to device
    after 1 second:
  4. Close sockets (SERVER_SOCKET_NAME, Device::closeDevice)

Do precise calculation of Uid (ADC)

  1. Find ADC precision
  2. Create steps in 10% between uid (choose a corresponding resistor) - find appropriate plugin by uid with range +-5
  3. Think about another way to increase uid detection (~254 buttons)

Can't create pipe NOTIKEYS_PLUGINS_SOCKET

Fix this on Linux:
Warning: Can't create pipe NOTIKEYS_PLUGINS_SOCKET for communicate with plugin (ExternalPluginServer.cpp:24, bool ExternalPluginServer::startServer())

Build Qt with SSL support on ANGLE video drivers

http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL

http://qt-project.org/downloads
The MinGW binary package includes a 32 bit MinGW-builds (gcc 4.8.0, dwarf exception handing, posix threading) toolchain. Sources are available from the MinGW-builds project or from download.qt-project.org.
The Windows offline installers are by default ANGLE based. If you want to know more about the differences between ANGLE and OpenGL packages on Windows, please visit Qt 5 on Windows ANGLE and OpenGL.

ANGLE sources:
http://code.google.com/p/angleproject/

DirectX SDK DXSDK_Jun10.exe
http://www.microsoft.com/en-us/download/details.aspx?id=6812

Create communication link with keyboard

Look at ~/tmp/notikeys\device\ and ~/tmp/shooter
Must be unified access from Linux, Windows, OS X and another OS.
Automatic connection upon device plugging to PC. Looking after disconnects.

Store settings

How to store account's authentication information? Provide common interface for plugins
Store all settings on device's EEPROM/Flash?

Create buttons

  1. Assembly top panel with springs
  2. Add pads with resistor to buttons
  3. Add metal area to buttons

React to a button mounting/unmounting

  1. Detect moment, when button is mounting or unmounting and send notification about this. (BUTTON_UNMOUNTED BUTTON_MOUNTED)
  2. Display on GUI reaction on button's mounting state (load plugin or display sign "?" when corresponding plugin is missed)

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.