Skip to content

dydtjr1128/RemoteAssistance-JAVA

Repository files navigation

RemoteAssistance

RemoteAssistance like TeamViewer(JAVA)

https://dydtjr1128.github.io/RemoteAssistance-JAVA/.

키보드, 마우스 후킹(JNI)을 이용한 원격지원 프로그램

Sample

default

image

Simple Structure

ToDo

  • Reduce network traffic
  • Improve image compress speed(ex. double buffering, grid image)
  • Encryption data
  • Compare using SIMD
  • Communication with central server
  • GUI
  • Send System sound
  • Multi user session
  • Chatting & Voice chat
  • File manager
  • Install program
  • Service registration(Windows)
  • Support Linux
  • Plan a connection flow
    • client - broker - host

Notice

후기

이번 원격지원 프로그램을 만들어보면서 네트워크 적인 측면에서나 스크린 캡쳐부분이 굉장히 취약한 부분이 많았다는 것을 알 수 있었다.