Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Writing vKVM/VNC/Remote Desktop Server using C in LINUX

Writing vKVM/VNC/Remote Desktop Server using C in LINUX

Scheduled Pinned Locked Moved C / C++ / MFC
graphicssysadminlinuxperformancehelp
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Andy Rama
    wrote on last edited by
    #1

    Hi All, I am working on my college project "Virtual Keyboard Video Mouse (vKVM) Server using C on LINUX". (Probably Server will have Graphics Data available in provided memory location) I searched on Internet. It's similar to to "Virtual Networking Computing (VNC)" & "Remote Desktop". VNC uses Remote Frame Buffering (RFB) Protocol for it. I studied "LibVNCServer" but couldn't use it. Please suggest me how to approach for this project? How should I start writing code for it? Initial requirement of project is Basic Server to transmit video/desktop data is also fine. Please help me for that. Thanks & Regards, Aniket A. Salunkhe

    L CPalliniC 2 Replies Last reply
    0
    • A Andy Rama

      Hi All, I am working on my college project "Virtual Keyboard Video Mouse (vKVM) Server using C on LINUX". (Probably Server will have Graphics Data available in provided memory location) I searched on Internet. It's similar to to "Virtual Networking Computing (VNC)" & "Remote Desktop". VNC uses Remote Frame Buffering (RFB) Protocol for it. I studied "LibVNCServer" but couldn't use it. Please suggest me how to approach for this project? How should I start writing code for it? Initial requirement of project is Basic Server to transmit video/desktop data is also fine. Please help me for that. Thanks & Regards, Aniket A. Salunkhe

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Aniket Salunkhe wrote:

      I studied "LibVNCServer" but couldn't use it.

      In that case you are going to have to write your own versions of the client and the server modules. I suspect that this is not a trivial task and an understanding of the existing libraries is a prerequisite. If you mean that you cannot understand these libraries then you probably need to reconsider the task you have set yourself.

      I must get a clever new signature for 2011.

      1 Reply Last reply
      0
      • A Andy Rama

        Hi All, I am working on my college project "Virtual Keyboard Video Mouse (vKVM) Server using C on LINUX". (Probably Server will have Graphics Data available in provided memory location) I searched on Internet. It's similar to to "Virtual Networking Computing (VNC)" & "Remote Desktop". VNC uses Remote Frame Buffering (RFB) Protocol for it. I studied "LibVNCServer" but couldn't use it. Please suggest me how to approach for this project? How should I start writing code for it? Initial requirement of project is Basic Server to transmit video/desktop data is also fine. Please help me for that. Thanks & Regards, Aniket A. Salunkhe

        CPalliniC Offline
        CPalliniC Offline
        CPallini
        wrote on last edited by
        #3

        Well, for a college project it's probably easier going on without studying VNC protocols and libraries. I would study TCP/IP, design a basic, very simple, protocol and implement my own client and server (they won't be light-fast, but I suppose that's not required). :)

        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
        This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
        [My articles]

        In testa che avete, signor di Ceprano?

        A 1 Reply Last reply
        0
        • CPalliniC CPallini

          Well, for a college project it's probably easier going on without studying VNC protocols and libraries. I would study TCP/IP, design a basic, very simple, protocol and implement my own client and server (they won't be light-fast, but I suppose that's not required). :)

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
          This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
          [My articles]

          A Offline
          A Offline
          Albert Holguin
          wrote on last edited by
          #4

          I agree with cpallini.... if you even look at vnc, then it should just be a glance at the architecture involved, not the implementation... I've seen other articles floating around with implementations of remote control software, try looking around for those...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups