getting there
This commit is contained in:
@@ -4,16 +4,13 @@ using RemoteFrameBuffer;
|
||||
using RemoteFrameBuffer.Client;
|
||||
using System.Net;
|
||||
|
||||
/*IPAddress tessia = new([192,168,16,253]);
|
||||
IPAddress tessia = new([192,168,16,253]);
|
||||
|
||||
IRemoteFrameBufferClientStreamProvider tessia6001vnc = new RemoteFrameBufferTcpClientStreamProvider(tessia, 5901);
|
||||
RemoteFramebufferClient client = new(tessia6001vnc);
|
||||
|
||||
client.Start();
|
||||
Console.ReadLine();
|
||||
client.Stop();*/
|
||||
|
||||
CollabVMHttpServer httpServer = new(new([100,65,0,14]), 6004, true);
|
||||
httpServer.AddServer("vmx", new());
|
||||
httpServer.AddServer("vmx", new(client));
|
||||
httpServer.Start();
|
||||
Console.ReadLine();
|
||||
client.Stop();
|
||||
|
||||
Reference in New Issue
Block a user