Coder Social home page Coder Social logo

ravi688 / skvmoip Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.34 MB

Scalable KVM Over IP Software Suite for Managing Servers and Remote Computers.

License: Apache License 2.0

Makefile 0.19% C 94.98% C++ 4.56% Assembly 0.26% GLSL 0.01%
kvm remote-desktop video-streaming video-over-ip voip kvm-over-ip low-latency-kvm client-server-architecture

skvmoip's People

Stargazers

 avatar

Watchers

 avatar

skvmoip's Issues

Reduce allocations in AsyncQueueSocket

AsyncQueueSocket allocates Transaction data each time send or receive function is called and deallocates the same data each time the transaction is completed. Which leads to frequent allocation and deallocation of memory blocks - hence adding more latency in each frame. This needs to be fixed by reusing the previously allocated data.

SKVMOIP server executable should be run as a Service

Setting SKVMOIP server executable to run at startup doesn't work as intended. It only launches when a user logon the server.
Converting it to windows service might help as services are launched without needing a user to be logged into the system.

Keyboard Strokes are not working correctly.

Initial sequence of keystrokes works perfectly fine. However, when pressing buttons rapidly over random keys leads to corruption I on the STM32 MCU side.

Need to be checked where is the issue: Client or Server (STM32 MCU).

Main thread (GUI) stops after some time - Dead lock?

Environment:

  1. Windows
  2. GDB
  3. GCC
  4. MAKE
  5. MSYS2

Steps to reproduce the issue:

  1. Clone repo using git clone https://github.com/ravi688/SKVMOIP and cd into SKVMOIP directory
  2. Checkout submodules using git submodules update --init --recursive
  3. Build server application using make -s build BUILD=server OUT=server
  4. Build client application using make -s clean && make -s build BUILD=client OUT=client
  5. Run server application in gdb using gdb ./server.exe (on a server computer)
  6. Run client application in gdb using gdb ./client.exe (on a client computer)

NOTE: make sure to modify the SERVER_IP_ADDRESS in source/main.client.cpp and LISTEN_IP_ADDRESS in source/main.server.cpp to the exact same as retrieved from ipconfig command in powershell of the server computer - should be done before building any of server or client.

Now wait until, the client application stops responding.

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.