diff --git a/RemoteDesktop/README.md b/RemoteDesktop/README.md index d445657..601c8b6 100644 --- a/RemoteDesktop/README.md +++ b/RemoteDesktop/README.md @@ -7,6 +7,7 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo ## Change logs +* v0.1.17 - Allow to save current connection to setting * v0.1.16 - Allow to enable/disable mouse capture in remote desktop, remove some unused toolbar buttons * v0.1.15 - Only send ACK command when finish rendering the received frame, this allows to vastly improve performance and bandwidth * v0.1.14 - Add toolbar for canvas size control diff --git a/RemoteDesktop/build.json b/RemoteDesktop/build.json index 7421317..60a2a07 100644 --- a/RemoteDesktop/build.json +++ b/RemoteDesktop/build.json @@ -3,6 +3,10 @@ "targets": { "init": { "jobs": [ + { + "name": "vfs-rm_no_error", + "data": ["build/debug","build/release"] + }, { "name": "vfs-mkdir", "data": [ diff --git a/RemoteDesktop/build/debug/README.md b/RemoteDesktop/build/debug/README.md index d445657..601c8b6 100644 --- a/RemoteDesktop/build/debug/README.md +++ b/RemoteDesktop/build/debug/README.md @@ -7,6 +7,7 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo ## Change logs +* v0.1.17 - Allow to save current connection to setting * v0.1.16 - Allow to enable/disable mouse capture in remote desktop, remove some unused toolbar buttons * v0.1.15 - Only send ACK command when finish rendering the received frame, this allows to vastly improve performance and bandwidth * v0.1.14 - Add toolbar for canvas size control diff --git a/RemoteDesktop/build/debug/main.js b/RemoteDesktop/build/debug/main.js index e8b2e74..24378ab 100644 --- a/RemoteDesktop/build/debug/main.js +++ b/RemoteDesktop/build/debug/main.js @@ -1 +1 @@ -(function(){var e,t,n,s;(e=class e extends this.OS.GUI.BasicDialog{constructor(){super("ConnectionDialog",e.scheme)}main(){return super.main(),this.find("bbp").data=[{text:"16 bits",value:16,selected:!0},{text:"32 bits",value:32}],this.find("jq").value=40,this.find("bt-ok").onbtclick=e=>{var t;if(this.handle)return t={wvnc:this.find("txtWVNC").value,server:this.find("txtServer").value,bbp:this.find("bbp").selectedItem.data.value,quality:this.find("jq").value},this.handle(t),this.quit()},this.find("bt-cancel").onbtclick=e=>this.quit()}}).scheme='\n \n \n \n
\n \n \n
\n \n \n
\n \n
\n \n \n
\n
\n
\n
\n',(t=class e extends this.OS.GUI.BasicDialog{constructor(){super("CredentialDialog",e.scheme)}main(){return this.find("bt-ok").onbtclick=()=>{var e;return this.handle?(e={username:this.find("txtUser").value,password:this.find("txtPass").value},this.handle(e),this.quit()):this.quit()},this.find("bt-cancel").onbtclick=()=>this.quit()}}).scheme='\n \n \n \n
\n \n
\n \n \n
\n
\n
\n
',n=class extends this.OS.application.BaseApplication{constructor(e){super("RemoteDesktop",e)}main(){return this.canvas=this.find("screen"),this.container=this.find("container"),this.zoom=this.find("zoom"),this.btreset=this.find("btreset"),this.zoom.max=200,this.zoom.value=100,this.zoom.onvaluechange=e=>this.setScale(),this.switch=this.find("capture_mouse"),this.switch.onswchange=e=>this.client.mouseCapture=this.switch.swon,this.btreset.onbtclick=e=>{var t,n,s,i;return i=$(this.container).width(),t=$(this.container).height(),n=i/this.client.resolution.w,s=t/this.client.resolution.h,this.zoom.value=n>s?100*s:100*n,this.setScale()},this.client=new s({element:this.canvas}),this.bindKey("CTRL-SHIFT-V",e=>this.pasteText()),this.client.ondisconnect=()=>this.showConnectionDialog(),this.client.onresize=()=>this.setScale(),this.client.onpassword=()=>new Promise((e,t)=>this.openDialog("PromptDialog",{title:__("VNC password"),label:__("VNC password"),value:"password",type:"password"}).then((function(t){return e(t)}))),this.client.oncopy=e=>this._api.setClipboard(e),this.client.oncredential=()=>new Promise((e,n)=>this.openDialog(new t,{title:__("User credential")}).then((function(t){return e(t.username,t.password)}))),this.on("focus",e=>$(this.canvas).focus()),this.client.init().then(()=>this.showConnectionDialog())}pasteText(){var e;if(this.client)return e=e=>{if(e&&""!==e)return this.client.sendTextAsClipboard(e)},this._api.getClipboard().then(t=>e(t)).catch(t=>(this.error(__("Unable to paste"),t),this.openDialog("TextDialog",{title:"Paste text"}).then(t=>e(t)).catch(e=>this.error(e.toString(),e))))}setScale(){if(console.log("scale changed"),this.client&&this.client.resolution)return this.client.setScale(this.zoom.value/100),this.container.scrollLeft=0,this.container.scrollTop=0}menu(){return[{text:"__(Connection)",nodes:[{text:"__(New Connection)",dataid:this.name+"-new"},{text:"__(Disconnect)",dataid:this.name+"-close"}],onchildselect:e=>{if(this.client)return this.client.disconnect(!1)}}]}showConnectionDialog(){if(this.client)return this.openDialog(new e,{title:__("Connection")}).then(e=>(this.client.ws=e.wvnc,this.client.connect(e.server,e)))}cleanup(){return this.client&&this.client.disconnect(!0),this.client=void 0}},this.OS.register("RemoteDesktop",n),s=class{constructor(e){var t,n;this.socket=void 0,this.ws=void 0,this.canvas=void 0,n="pkg://RemoteDesktop/decoder_asm.js".asFileHandle().getlink(),this.scale=1,e.ws&&(this.ws=e.ws),this.canvas=e.element,"string"==typeof this.canvas&&(this.canvas=document.getElementById(this.canvas)),this.decoder=new Worker(n),this.enableEvent=!1,this.mouseCapture=!0,this.pingto=!1,t=this,this.mouseMask=0,this.decoder.onmessage=function(e){return t.process(e.data)}}init(){var e;return e=this,new Promise((function(t,n){return e.canvas?($(e.canvas).attr("tabindex","1"),$(e.canvas).on("focus",()=>e.resetModifierKeys()),e.initInputEvent(),t()):n("Canvas is not set")}))}initInputEvent(){var e,t,n,s;if(n=this,this.canvas&&(t=function(e){var t;return t=n.canvas.getBoundingClientRect(),{x:Math.floor((e.clientX-t.left)/n.scale),y:Math.floor((e.clientY-t.top)/n.scale)}},s=function(e){var s;if(n.enableEvent)return s=t(e),n.sendPointEvent(s.x,s.y,n.mouseMask)},n.canvas))return n.canvas.oncontextmenu=function(e){return e.preventDefault(),!1},n.canvas.onmousemove=function(e){if(n.mouseCapture)return s(e)},n.canvas.onmousedown=function(e){var t;if(n.mouseCapture)return t=1<this.disconnect(!0),window.addEventListener("unload",e),window.addEventListener("beforeunload",e)}initCanvas(e,t,n){return this.canvas.width=e,this.canvas.height=t,this.resolution={w:e,h:t},this.decoder.postMessage(this.resolution),this.setScale(this.scale)}process(e){var t,n,s;if(this.socket)return n=new Uint8Array(e.pixels),(s=(t=this.canvas.getContext("2d",{alpha:!1})).createImageData(e.w,e.h)).data.set(n),t.putImageData(s,e.x,e.y),this.socket.send(this.buildCommand(4,1));this.socket.send(this.buildCommand(4,1))}setScale(e){if(this.scale=e,this.canvas)return this.canvas.style.transformOrigin="0 0",this.canvas.style.transform="scale("+e+")"}connect(e,t){var n;if(n=this,this.disconnect(!1),this.ws)return this.socket=new WebSocket(this.ws),this.socket.binaryType="arraybuffer",this.socket.onopen=function(){return console.log("socket opened"),n.initConnection(e,t)},this.socket.onmessage=function(e){return n.consume(e)},this.socket.onerror=e=>n.onerror("Websocket error"),this.socket.onclose=function(){return n.socket=null,n.canvas.style.cursor="auto",n.canvas&&n.resolution&&n.canvas.getContext("2d").clearRect(0,0,n.resolution.w,n.resolution.h),n.pingto&&clearTimeout(n.pingto),n.pingto=void 0,n.ondisconnect(),console.log("socket closed")}}disconnect(e){return this.socket&&this.socket.close(),this.socket=void 0,e&&this.decoder.terminate(),this.enableEvent=!1}initConnection(e,t){var n;return(n=new Uint8Array(e.length+2))[0]=16,n[1]=50,t&&(t.bbp&&(n[0]=t.bbp),t.quality&&(n[1]=t.quality)),n.set((new TextEncoder).encode(e),2),this.socket.send(this.buildCommand(1,n))}resetModifierKeys(){if(this.socket&&this.enableEvent)return this.sendKeyEvent(65511,0),this.sendKeyEvent(65512,0),this.sendKeyEvent(65505,0),this.sendKeyEvent(65507,0),this.sendKeyEvent(65513,0)}sendPointEvent(e,t,n){var s;if(this.socket&&this.enableEvent)return(s=new Uint8Array(5))[0]=255&e,s[1]=e>>8,s[2]=255&t,s[3]=t>>8,s[4]=n,this.socket.send(this.buildCommand(5,s))}sendKeyEvent(e,t){var n;if(this.socket&&this.enableEvent)return(n=new Uint8Array(3))[0]=255&e,n[1]=e>>8&255,n[2]=t,this.socket.send(this.buildCommand(6,n))}sendPing(){if(this.socket)return this.socket.send(this.buildCommand(8,"PING WVNC"))}buildCommand(e,t){var n,s;switch(s=void 0,typeof t){case"string":s=(new TextEncoder).encode(t);break;case"number":s=new Uint8Array([t]);break;default:s=t}return(n=new Uint8Array(s.length+3))[0]=e,n[2]=s.length>>8,n[1]=15&s.length,n.set(s,3),n.buffer}oncopy(e){return console.log("Get clipboard text: "+e)}onpassword(){return new Promise((function(e,t){return t("onpassword is not implemented")}))}sendTextAsClipboard(e){var t;if(this.socket)return this.socket.send(this.buildCommand(7,e)),t="v".charCodeAt(0),this.sendKeyEvent(65507,1),this.sendKeyEvent(t,1),this.sendKeyEvent(t,0),this.sendKeyEvent(65507,0)}oncredential(){return new Promise((function(e,t){return t("oncredential is not implemented")}))}onerror(e){return console.log("Error",e)}onresize(){return console.log("resize")}ondisconnect(){return console.log("disconnect")}consume(e){var t,n,s,i,a,o,r;switch(t=(n=new Uint8Array(e.data))[0],o=this,t){case 254:return n=n.subarray(1,n.length-1),s=new TextDecoder("utf-8"),this.onerror(s.decode(n));case 129:return console.log("Request for password"),this.enableEvent=!1,this.onpassword().then((function(e){return o.socket.send(o.buildCommand(2,e)),o.enableEvent=!0}));case 130:return console.log("Request for login"),this.enableEvent=!1,this.oncredential().then((function(e,t){var n;return(n=new Uint8Array(e.length+t.length+1)).set((new TextEncoder).encode(e),0),n.set(["\0"],e.length),n.set((new TextEncoder).encode(t),e.length+1),o.socket.send(o.buildCommand(3,n)),o.enableEvent=!0}));case 131:if(r=n[1]|n[2]<<8,a=n[3]|n[4]<<8,this.initCanvas(r,a),this.socket.send(this.buildCommand(4,1)),this.enableEvent=!0,this.onresize(),this.pingto)return;return i=()=>(this.sendPing(),this.pingto=setTimeout(i,5e3)),this.pingto=setTimeout(i,5e3);case 132:return this.decoder.postMessage(n.buffer,[n.buffer]);case 133:return n=n.subarray(1),s=new TextDecoder("utf-8"),this.oncopy(s.decode(n)),this.socket.send(this.buildCommand(4,1));default:return console.log(t)}}},window.WVNC=s}).call(this); \ No newline at end of file +(function(){var t,e,n,s;(t=class t extends this.OS.GUI.BasicDialog{constructor(){super("ConnectionDialog",t.scheme)}main(){var t;return super.main(),this.find("bbp").data=[{text:"16 bits",value:16},{text:"32 bits",value:32}],this.find("txtWVNC").value=this.parent.setting.wvnc,this.find("txtServer").value=this.parent.setting.server,t=0,32===this.parent.setting.bbc&&(t=1),this.find("bbp").selected=t,this.find("jq").value=this.parent.setting.quality,this.find("bt-ok").onbtclick=t=>{if(this.handle)return this.parent.setting.wvnc=this.find("txtWVNC").value,this.parent.setting.server=this.find("txtServer").value,this.parent.setting.bbc=this.find("bbp").selectedItem.data.value,this.parent.setting.quality=this.find("jq").value,this.handle(void 0),this.quit()},this.find("bt-cancel").onbtclick=t=>this.quit()}}).scheme='\n \n \n \n
\n \n \n
\n \n \n
\n \n
\n \n \n
\n
\n
\n
\n',(e=class t extends this.OS.GUI.BasicDialog{constructor(){super("CredentialDialog",t.scheme)}main(){return this.find("bt-ok").onbtclick=()=>{var t;return this.handle?(t={username:this.find("txtUser").value,password:this.find("txtPass").value},this.handle(t),this.quit()):this.quit()},this.find("bt-cancel").onbtclick=()=>this.quit()}}).scheme='\n \n \n \n
\n \n
\n \n \n
\n
\n
\n
',n=class extends this.OS.application.BaseApplication{constructor(t){super("RemoteDesktop",t)}main(){var t,n;return this.canvas=this.find("screen"),this.container=this.find("container"),this.zoom=this.find("zoom"),this.btreset=this.find("btreset"),this.zoom.max=200,this.zoom.value=100,this.zoom.onvaluechange=t=>this.setScale(),this.switch=this.find("capture_mouse"),this.switch.onswchange=t=>this.client.mouseCapture=this.switch.swon,n="ws",window.location.protocol.startsWith("https")&&(n+="s"),t=""+window.location.host,window.location.port&&""!==window.location.port&&(t+=":"+window.location.port),this.setting.wvnc||(this.setting.wvnc=`${n}://${t}/wvnc`),this.setting.server||(this.setting.server="127.0.0.1:5900"),this.setting.bbp||(this.setting.bbp=16),this.setting.quality||(this.setting.quality=40),this.btreset.onbtclick=t=>{var e,n,s,i;return i=$(this.container).width(),e=$(this.container).height(),n=i/this.client.resolution.w,s=e/this.client.resolution.h,this.zoom.value=n>s?100*s:100*n,this.setScale()},this.client=new s({element:this.canvas}),this.bindKey("CTRL-SHIFT-V",t=>this.pasteText()),this.client.ondisconnect=()=>this.showConnectionDialog(),this.client.onresize=()=>this.setScale(),this.client.onpassword=()=>new Promise((t,e)=>this.openDialog("PromptDialog",{title:__("VNC password"),label:__("VNC password"),value:"password",type:"password"}).then((function(e){return t(e)}))),this.client.oncopy=t=>this._api.setClipboard(t),this.client.oncredential=()=>new Promise((t,n)=>this.openDialog(new e,{title:__("User credential")}).then((function(e){return t(e.username,e.password)}))),this.on("focus",t=>$(this.canvas).focus()),this.client.init().then(()=>this.showConnectionDialog())}pasteText(){var t;if(this.client)return t=t=>{if(t&&""!==t)return this.client.sendTextAsClipboard(t)},this._api.getClipboard().then(e=>t(e)).catch(e=>(this.error(__("Unable to paste"),e),this.openDialog("TextDialog",{title:"Paste text"}).then(e=>t(e)).catch(t=>this.error(t.toString(),t))))}setScale(){if(console.log("scale changed"),this.client&&this.client.resolution)return this.client.setScale(this.zoom.value/100),this.container.scrollLeft=0,this.container.scrollTop=0}menu(){return[{text:"__(Connection)",nodes:[{text:"__(New Connection)",dataid:this.name+"-new"},{text:"__(Disconnect)",dataid:this.name+"-close"}],onchildselect:t=>{if(this.client)return this.client.disconnect(!1)}}]}showConnectionDialog(){if(this.client)return this.openDialog(new t,{title:__("Connection"),data:this.setting}).then(t=>(this.client.ws=this.setting.wvnc,this.client.connect(this.setting.server,this.setting)))}cleanup(){return this.client&&this.client.disconnect(!0),this.client=void 0}},this.OS.register("RemoteDesktop",n),s=class{constructor(t){var e,n;this.socket=void 0,this.ws=void 0,this.canvas=void 0,n="pkg://RemoteDesktop/decoder_asm.js".asFileHandle().getlink(),this.scale=1,t.ws&&(this.ws=t.ws),this.canvas=t.element,"string"==typeof this.canvas&&(this.canvas=document.getElementById(this.canvas)),this.decoder=new Worker(n),this.enableEvent=!1,this.mouseCapture=!0,this.pingto=!1,e=this,this.mouseMask=0,this.decoder.onmessage=function(t){return e.process(t.data)}}init(){var t;return t=this,new Promise((function(e,n){return t.canvas?($(t.canvas).attr("tabindex","1"),$(t.canvas).on("focus",()=>t.resetModifierKeys()),t.initInputEvent(),e()):n("Canvas is not set")}))}initInputEvent(){var t,e,n,s;if(n=this,this.canvas&&(e=function(t){var e;return e=n.canvas.getBoundingClientRect(),{x:Math.floor((t.clientX-e.left)/n.scale),y:Math.floor((t.clientY-e.top)/n.scale)}},s=function(t){var s;if(n.enableEvent)return s=e(t),n.sendPointEvent(s.x,s.y,n.mouseMask)},n.canvas))return n.canvas.oncontextmenu=function(t){return t.preventDefault(),!1},n.canvas.onmousemove=function(t){if(n.mouseCapture)return s(t)},n.canvas.onmousedown=function(t){var e;if(n.mouseCapture)return e=1<this.disconnect(!0),window.addEventListener("unload",t),window.addEventListener("beforeunload",t)}initCanvas(t,e,n){return this.canvas.width=t,this.canvas.height=e,this.resolution={w:t,h:e},this.decoder.postMessage(this.resolution),this.setScale(this.scale)}process(t){var e,n,s;if(this.socket)return n=new Uint8Array(t.pixels),(s=(e=this.canvas.getContext("2d",{alpha:!1})).createImageData(t.w,t.h)).data.set(n),e.putImageData(s,t.x,t.y),this.socket.send(this.buildCommand(4,1));this.socket.send(this.buildCommand(4,1))}setScale(t){if(this.scale=t,this.canvas)return this.canvas.style.transformOrigin="0 0",this.canvas.style.transform="scale("+t+")"}connect(t,e){var n;if(n=this,this.disconnect(!1),this.ws)return this.socket=new WebSocket(this.ws),this.socket.binaryType="arraybuffer",this.socket.onopen=function(){return console.log("socket opened"),n.initConnection(t,e)},this.socket.onmessage=function(t){return n.consume(t)},this.socket.onerror=t=>n.onerror("Websocket error"),this.socket.onclose=function(){return n.socket=null,n.canvas.style.cursor="auto",n.canvas&&n.resolution&&n.canvas.getContext("2d").clearRect(0,0,n.resolution.w,n.resolution.h),n.pingto&&clearTimeout(n.pingto),n.pingto=void 0,n.ondisconnect(),console.log("socket closed")}}disconnect(t){return this.socket&&this.socket.close(),this.socket=void 0,t&&this.decoder.terminate(),this.enableEvent=!1}initConnection(t,e){var n;return(n=new Uint8Array(t.length+2))[0]=16,n[1]=50,e&&(e.bbp&&(n[0]=e.bbp),e.quality&&(n[1]=e.quality)),n.set((new TextEncoder).encode(t),2),this.socket.send(this.buildCommand(1,n))}resetModifierKeys(){if(this.socket&&this.enableEvent)return this.sendKeyEvent(65511,0),this.sendKeyEvent(65512,0),this.sendKeyEvent(65505,0),this.sendKeyEvent(65507,0),this.sendKeyEvent(65513,0)}sendPointEvent(t,e,n){var s;if(this.socket&&this.enableEvent)return(s=new Uint8Array(5))[0]=255&t,s[1]=t>>8,s[2]=255&e,s[3]=e>>8,s[4]=n,this.socket.send(this.buildCommand(5,s))}sendKeyEvent(t,e){var n;if(this.socket&&this.enableEvent)return(n=new Uint8Array(3))[0]=255&t,n[1]=t>>8&255,n[2]=e,this.socket.send(this.buildCommand(6,n))}sendPing(){if(this.socket)return this.socket.send(this.buildCommand(8,"PING WVNC"))}buildCommand(t,e){var n,s;switch(s=void 0,typeof e){case"string":s=(new TextEncoder).encode(e);break;case"number":s=new Uint8Array([e]);break;default:s=e}return(n=new Uint8Array(s.length+3))[0]=t,n[2]=s.length>>8,n[1]=15&s.length,n.set(s,3),n.buffer}oncopy(t){return console.log("Get clipboard text: "+t)}onpassword(){return new Promise((function(t,e){return e("onpassword is not implemented")}))}sendTextAsClipboard(t){var e;if(this.socket)return this.socket.send(this.buildCommand(7,t)),e="v".charCodeAt(0),this.sendKeyEvent(65507,1),this.sendKeyEvent(e,1),this.sendKeyEvent(e,0),this.sendKeyEvent(65507,0)}oncredential(){return new Promise((function(t,e){return e("oncredential is not implemented")}))}onerror(t){return console.log("Error",t)}onresize(){return console.log("resize")}ondisconnect(){return console.log("disconnect")}consume(t){var e,n,s,i,a,o,r;switch(e=(n=new Uint8Array(t.data))[0],o=this,e){case 254:return n=n.subarray(1,n.length-1),s=new TextDecoder("utf-8"),this.onerror(s.decode(n));case 129:return console.log("Request for password"),this.enableEvent=!1,this.onpassword().then((function(t){return o.socket.send(o.buildCommand(2,t)),o.enableEvent=!0}));case 130:return console.log("Request for login"),this.enableEvent=!1,this.oncredential().then((function(t,e){var n;return(n=new Uint8Array(t.length+e.length+1)).set((new TextEncoder).encode(t),0),n.set(["\0"],t.length),n.set((new TextEncoder).encode(e),t.length+1),o.socket.send(o.buildCommand(3,n)),o.enableEvent=!0}));case 131:if(r=n[1]|n[2]<<8,a=n[3]|n[4]<<8,this.initCanvas(r,a),this.socket.send(this.buildCommand(4,1)),this.enableEvent=!0,this.onresize(),this.pingto)return;return i=()=>(this.sendPing(),this.pingto=setTimeout(i,5e3)),this.pingto=setTimeout(i,5e3);case 132:return this.decoder.postMessage(n.buffer,[n.buffer]);case 133:return n=n.subarray(1),s=new TextDecoder("utf-8"),this.oncopy(s.decode(n)),this.socket.send(this.buildCommand(4,1));default:return console.log(e)}}},window.WVNC=s}).call(this); \ No newline at end of file diff --git a/RemoteDesktop/build/debug/package.json b/RemoteDesktop/build/debug/package.json index bc2fab3..5a22f22 100644 --- a/RemoteDesktop/build/debug/package.json +++ b/RemoteDesktop/build/debug/package.json @@ -7,7 +7,7 @@ "author": "Dany LE", "email": "contact@iohub.dev" }, - "version":"0.1.16-b", + "version":"0.1.17-b", "dependencies": [], "category":"Internet", "icon": "icon.png", diff --git a/RemoteDesktop/build/release/RemoteDesktop.zip b/RemoteDesktop/build/release/RemoteDesktop.zip index a2787d6..62fd7c1 100644 Binary files a/RemoteDesktop/build/release/RemoteDesktop.zip and b/RemoteDesktop/build/release/RemoteDesktop.zip differ diff --git a/RemoteDesktop/coffees/main.coffee b/RemoteDesktop/coffees/main.coffee index 1682182..01de20c 100644 --- a/RemoteDesktop/coffees/main.coffee +++ b/RemoteDesktop/coffees/main.coffee @@ -6,18 +6,23 @@ class ConnectionDialog extends this.OS.GUI.BasicDialog main: () -> super.main() @find("bbp").data = [ - { text: "16 bits", value: 16, selected: true }, + { text: "16 bits", value: 16}, { text: "32 bits", value: 32 } ] - @find("jq").value = 40 + (@find "txtWVNC").value = @parent.setting.wvnc + (@find "txtServer").value = @parent.setting.server + sel = 0 + sel = 1 if @parent.setting.bbc is 32 + (@find "bbp").selected = sel + (@find "jq").value = @parent.setting.quality + @find("bt-ok").onbtclick = (e) => return unless @handle - data = - wvnc: (@find "txtWVNC").value - server: (@find "txtServer").value - bbp: (@find "bbp").selectedItem.data.value, - quality:(@find "jq").value - @handle data + @parent.setting.wvnc = (@find "txtWVNC").value + @parent.setting.server = (@find "txtServer").value + @parent.setting.bbc = (@find "bbp").selectedItem.data.value + @parent.setting.quality = (@find "jq").value + @handle undefined @quit() @find("bt-cancel").onbtclick = (e) => @@ -26,8 +31,8 @@ class ConnectionDialog extends this.OS.GUI.BasicDialog ConnectionDialog.scheme = """ - - + +
@@ -92,6 +97,16 @@ class RemoteDesktop extends this.OS.application.BaseApplication @switch = @find "capture_mouse" @switch.onswchange = (e) => @client.mouseCapture = @switch.swon + + proto = "ws" + proto += "s" if window.location.protocol.startsWith "https" + host = "#{window.location.host}" + if window.location.port and window.location.port isnt "" + host += ":#{window.location.port}" + @setting.wvnc = "#{proto}://#{host}/wvnc" unless @setting.wvnc + @setting.server = "127.0.0.1:5900" unless @setting.server + @setting.bbp = 16 unless @setting.bbp + @setting.quality = 40 unless @setting.quality @btreset.onbtclick = (e) => w = $(@container).width() h = $(@container).height() @@ -177,10 +192,10 @@ class RemoteDesktop extends this.OS.application.BaseApplication showConnectionDialog: () -> return unless @client - @openDialog new ConnectionDialog, { title: __("Connection")} + @openDialog new ConnectionDialog, { title: __("Connection"), data: @setting} .then (d) => - @client.ws = d.wvnc - @client.connect d.server, d + @client.ws = @setting.wvnc + @client.connect @setting.server, @setting cleanup: () -> @client.disconnect(true) if @client diff --git a/RemoteDesktop/package.json b/RemoteDesktop/package.json index bc2fab3..5a22f22 100644 --- a/RemoteDesktop/package.json +++ b/RemoteDesktop/package.json @@ -7,7 +7,7 @@ "author": "Dany LE", "email": "contact@iohub.dev" }, - "version":"0.1.16-b", + "version":"0.1.17-b", "dependencies": [], "category":"Internet", "icon": "icon.png", diff --git a/packages.json b/packages.json index 6c53f5a..bd58827 100644 --- a/packages.json +++ b/packages.json @@ -375,7 +375,7 @@ "description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/RemoteDesktop/README.md", "category": "Internet", "author": "Dany LE", - "version": "0.1.16-b", + "version": "0.1.17-b", "dependencies": [],"category":"Internet","icon":"icon.png","mimes":["none"], "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/RemoteDesktop/build/release/RemoteDesktop.zip" }, diff --git a/release/RemoteDesktop.md b/release/RemoteDesktop.md index d445657..601c8b6 100644 --- a/release/RemoteDesktop.md +++ b/release/RemoteDesktop.md @@ -7,6 +7,7 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo ## Change logs +* v0.1.17 - Allow to save current connection to setting * v0.1.16 - Allow to enable/disable mouse capture in remote desktop, remove some unused toolbar buttons * v0.1.15 - Only send ACK command when finish rendering the received frame, this allows to vastly improve performance and bandwidth * v0.1.14 - Add toolbar for canvas size control diff --git a/release/RemoteDesktop.zip b/release/RemoteDesktop.zip index a2787d6..62fd7c1 100644 Binary files a/release/RemoteDesktop.zip and b/release/RemoteDesktop.zip differ diff --git a/release/packages.json b/release/packages.json index 6aa5b9c..16f3b75 100644 --- a/release/packages.json +++ b/release/packages.json @@ -1 +1 @@ -[{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Archive.zip","name":"Archive","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Archive.md","author":"Xuan Sang LE","version":"0.0.4-a","dependencies":[],"pkgname":"Archive","category":"Utility"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libwvnc.zip","name":"libwvnc","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libwvnc.md","author":"","version":"0.1.2-a","dependencies":["libjpeg@0.1.1-a"],"pkgname":"libwvnc","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/About.zip","name":"About AntOS","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/About.md","author":"Xuan Sang LE","version":"0.1.2-b","dependencies":[],"pkgname":"About","category":"Utility"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Blogger.zip","name":"Blogging application","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Blogger.md","author":"Xuan Sang LE","version":"0.2.13-a","dependencies":["SimpleMDE@2.18.0-r","Katex@0.11.1-r","SQLiteDB@0.1.0-a"],"pkgname":"Blogger","category":"Internet"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GitGraph.zip","name":"GIT Visualization","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GitGraph.md","author":"Dany LE","version":"0.1.5-b","dependencies":[],"pkgname":"GitGraph","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LibreOffice.zip","name":"Libre Office Online","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LibreOffice.md","author":"Dany LE","version":"0.1.5-a","dependencies":[],"pkgname":"LibreOffice","category":"Office"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AceDiff.zip","name":"AceDiff addon library","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AceDiff.md","author":"","version":"3.0.3-r","dependencies":["ACECore@1.4.12-r"],"pkgname":"AceDiff","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/OnlyOffice.zip","name":"Office Suite","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/OnlyOffice.md","author":"Xuan Sang LE","version":"0.1.8-a","dependencies":[],"pkgname":"OnlyOffice","category":"Office"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vfsx.zip","name":"AntOS VFS handles","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vfsx.md","author":"Dany LE","version":"0.1.1-b","dependencies":[],"pkgname":"vfsx","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/PDFLib.zip","name":"PDFLib","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/PDFLib.md","author":"pdf-lib.js.org","version":"1.17.1","dependencies":[],"pkgname":"PDFLib","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antedit.zip","name":"Antos Editor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antedit.md","author":"Xuan Sang LE","version":"0.2.6-b","dependencies":["MonacoCore@0.33.0-r"],"pkgname":"Antedit","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Booklet.zip","name":"Booklet","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Booklet.md","author":"Xuan Sang LE","version":"0.2.5-a","dependencies":["SimpleMDE@2.18.0-r","Katex@0.11.1-r"],"pkgname":"Booklet","category":"Office"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Docify.zip","name":"Docify","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Docify.md","author":"Dany LE","version":"0.1.1-b","dependencies":["SQLiteDB@0.1.0-a","libpdfjs@2.6.347-r","PDFLib@1.17.1"],"pkgname":"Docify","category":"Office"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelPlugins.zip","name":"Antunnel Plugins","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelPlugins.md","author":"Dany LE","version":"0.1.2-a","dependencies":["Antunnel@0.2.0-b"],"pkgname":"AntunnelPlugins","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShowCase.zip","name":"ShowCase","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShowCase.md","author":"Xuan Sang LE","version":"0.0.8-a","dependencies":[],"pkgname":"ShowCase","category":"Utility"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteDesktop.zip","name":"WVNC remote desktop","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteDesktop.md","author":"Dany LE","version":"0.1.16-b","dependencies":[],"pkgname":"RemoteDesktop","category":"Internet"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Clipper.zip","name":"Clipper","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Clipper.md","author":"Xuan Sang LE","version":"0.1.4-a","dependencies":[],"pkgname":"Clipper","category":"Utility"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antunnel.zip","name":"Antunnel","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antunnel.md","author":"Xuan Sang LE","version":"0.2.1-b","dependencies":[],"pkgname":"Antunnel","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteCamera.zip","name":"Remote Camera","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteCamera.md","author":"","version":"0.1.5-a","dependencies":["libjpeg@0.1.1-a","Antunnel@0.1.8-a"],"pkgname":"RemoteCamera","category":"Graphics"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DiffEditor.zip","name":"Diff Editor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DiffEditor.md","author":"","version":"0.1.6-a","dependencies":["AceDiff@3.0.3-r"],"pkgname":"DiffEditor","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libthreejs.zip","name":"libthreejs","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libthreejs.md","author":"","version":"0.0.129-r","dependencies":[],"pkgname":"libthreejs","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SimpleMDE.zip","name":"EasyMDE","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SimpleMDE.md","author":"","version":"2.18.0-r","dependencies":[],"pkgname":"SimpleMDE","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SQLiteDB.zip","name":"SQLite3 Browser","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SQLiteDB.md","author":"Dany LE","version":"0.1.0-a","dependencies":[],"pkgname":"SQLiteDB","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GPClient.zip","name":"Generic Purpose client","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GPClient.md","author":"Xuan Sang LE","version":"0.1.5-a","dependencies":[],"pkgname":"GPClient","category":"Internet"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vTerm.zip","name":"Virtual Terminal","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vTerm.md","author":"Xuan Sang LE","version":"0.1.20-a","dependencies":["Antunnel@0.2.1-b","xTerm@5.1.0-r"],"pkgname":"vTerm","category":"System"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ActivityMonitor.zip","name":"Activity monitor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ActivityMonitor.md","author":"Xuan Sang LE","version":"0.0.8-b","dependencies":[],"pkgname":"ActivityMonitor","category":"System"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShaderPlayground.zip","name":"OpenGL Shader Playground","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShaderPlayground.md","author":"Xuan Sang LE","version":"0.0.4-a","dependencies":["libthreejs@0.0.129-r"],"pkgname":"ShaderPlayground","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MonacoCore.zip","name":"Monaco editor core","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MonacoCore.md","author":"","version":"0.33.0-r","dependencies":[],"pkgname":"MonacoCore","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LuaPlayground.zip","name":"LuaPlayground","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LuaPlayground.md","author":"Xuan Sang LE","version":"0.1.2-a","dependencies":["ACECore@1.4.12-r"],"pkgname":"LuaPlayground","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/VizApp.zip","name":"Viz editor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/VizApp.md","author":"Xuan Sang LE","version":"0.1.0-a","dependencies":["ACECore@1.4.12-r"],"pkgname":"VizApp","category":"Graphics"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ServerLogClient.zip","name":"Server log monitor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ServerLogClient.md","author":"","version":"0.1.3-b","dependencies":["Antunnel@0.2.1-b"],"pkgname":"ServerLogClient","category":"System"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Dockman.zip","name":"Remote Docker Manager","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Dockman.md","author":"Xuan Sang LE","version":"0.1.1-b","dependencies":[],"pkgname":"Dockman","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SystemControl.zip","name":"System monitoring","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SystemControl.md","author":"","version":"0.1.13-a","dependencies":["Antunnel@0.2.1-b"],"pkgname":"SystemControl","category":"System"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libpdfjs.zip","name":"PDF JS library","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libpdfjs.md","author":"Xuan Sang LE","version":"2.6.347-r","dependencies":[],"pkgname":"libpdfjs","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ImageEditor.zip","name":"Image editor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ImageEditor.md","author":"Xuan Sang LE","version":"0.1.0-a","dependencies":["libfabric@4.4.0-r"],"pkgname":"ImageEditor","category":"Graphics"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DBDecoder.zip","name":"DBDecoder","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DBDecoder.md","author":"","version":"0.0.2-a","dependencies":[],"pkgname":"DBDecoder","category":"Other"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Katex.zip","name":"Katex","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Katex.md","author":"","version":"0.11.1-r","dependencies":[],"pkgname":"Katex","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libplotly.zip","name":"Plotly","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libplotly.md","author":"Dany LE","version":"2.6.2-r","dependencies":[],"pkgname":"libplotly","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/CodePad.zip","name":"Code","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/CodePad.md","author":"Xuan Sang LE","version":"0.1.8-b","dependencies":["ACECore@1.4.12-r"],"pkgname":"CodePad","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelTestClient.zip","name":"AntunnelTestClient","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelTestClient.md","author":"Dany LE","version":"0.1.0-a","dependencies":["Antunnel@0.2.1-b"],"pkgname":"AntunnelTestClient","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libjpeg.zip","name":"libjpeg","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libjpeg.md","author":"","version":"0.1.1-a","dependencies":[],"pkgname":"libjpeg","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libfabric.zip","name":"Fabric.js library","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libfabric.md","author":"","version":"4.4.0-r","dependencies":[],"pkgname":"libfabric","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libantosdk.zip","name":"AntOS SDK builder","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libantosdk.md","author":"Xuan Sang LE","version":"0.1.2-b","dependencies":[],"pkgname":"libantosdk","category":"Development"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/xTerm.zip","name":"xTerm Library","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/xTerm.md","author":"","version":"5.1.0-r","dependencies":[],"pkgname":"xTerm","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/TinyEditor.zip","name":"Tiny editor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/TinyEditor.md","author":"Xuan Sang LE","version":"0.0.4-a","dependencies":[],"pkgname":"TinyEditor","category":"Other"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ACECore.zip","name":"ACE Editor core","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ACECore.md","author":"","version":"1.4.12-r","dependencies":[],"pkgname":"ACECore","category":"Library"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Preview.zip","name":"Preview","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Preview.md","author":"Xuan Sang LE","version":"0.1.3-a","dependencies":["libpdfjs@2.6.347-r"],"pkgname":"Preview","category":"Graphics"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GraphEditor.zip","name":"Graph Editor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GraphEditor.md","author":"Xuan Sang LE","version":"0.1.2-a","dependencies":["ACECore@1.4.12-r"],"pkgname":"GraphEditor","category":"Graphics"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MarkOn.zip","name":"Markdown editor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MarkOn.md","author":"Xuan Sang LE","version":"0.1.1-a","dependencies":["SimpleMDE@2.18.0-r"],"pkgname":"MarkOn","category":"Office"}] \ No newline at end of file +[{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Archive.zip","dependencies":[],"category":"Utility","author":"Xuan Sang LE","pkgname":"Archive","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Archive.md","name":"Archive","version":"0.0.4-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libwvnc.zip","dependencies":["libjpeg@0.1.1-a"],"category":"Library","author":"","pkgname":"libwvnc","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libwvnc.md","name":"libwvnc","version":"0.1.2-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/About.zip","dependencies":[],"category":"Utility","author":"Xuan Sang LE","pkgname":"About","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/About.md","name":"About AntOS","version":"0.1.2-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Blogger.zip","dependencies":["SimpleMDE@2.18.0-r","Katex@0.11.1-r","SQLiteDB@0.1.0-a"],"category":"Internet","author":"Xuan Sang LE","pkgname":"Blogger","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Blogger.md","name":"Blogging application","version":"0.2.13-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GitGraph.zip","dependencies":[],"category":"Development","author":"Dany LE","pkgname":"GitGraph","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GitGraph.md","name":"GIT Visualization","version":"0.1.5-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LibreOffice.zip","dependencies":[],"category":"Office","author":"Dany LE","pkgname":"LibreOffice","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LibreOffice.md","name":"Libre Office Online","version":"0.1.5-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AceDiff.zip","dependencies":["ACECore@1.4.12-r"],"category":"Library","author":"","pkgname":"AceDiff","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AceDiff.md","name":"AceDiff addon library","version":"3.0.3-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/OnlyOffice.zip","dependencies":[],"category":"Office","author":"Xuan Sang LE","pkgname":"OnlyOffice","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/OnlyOffice.md","name":"Office Suite","version":"0.1.8-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vfsx.zip","dependencies":[],"category":"Library","author":"Dany LE","pkgname":"vfsx","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vfsx.md","name":"AntOS VFS handles","version":"0.1.1-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/PDFLib.zip","dependencies":[],"category":"Library","author":"pdf-lib.js.org","pkgname":"PDFLib","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/PDFLib.md","name":"PDFLib","version":"1.17.1"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antedit.zip","dependencies":["MonacoCore@0.33.0-r"],"category":"Development","author":"Xuan Sang LE","pkgname":"Antedit","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antedit.md","name":"Antos Editor","version":"0.2.6-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Booklet.zip","dependencies":["SimpleMDE@2.18.0-r","Katex@0.11.1-r"],"category":"Office","author":"Xuan Sang LE","pkgname":"Booklet","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Booklet.md","name":"Booklet","version":"0.2.5-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Docify.zip","dependencies":["SQLiteDB@0.1.0-a","libpdfjs@2.6.347-r","PDFLib@1.17.1"],"category":"Office","author":"Dany LE","pkgname":"Docify","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Docify.md","name":"Docify","version":"0.1.1-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelPlugins.zip","dependencies":["Antunnel@0.2.0-b"],"category":"Library","author":"Dany LE","pkgname":"AntunnelPlugins","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelPlugins.md","name":"Antunnel Plugins","version":"0.1.2-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShowCase.zip","dependencies":[],"category":"Utility","author":"Xuan Sang LE","pkgname":"ShowCase","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShowCase.md","name":"ShowCase","version":"0.0.8-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteDesktop.zip","dependencies":[],"category":"Internet","author":"Dany LE","pkgname":"RemoteDesktop","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteDesktop.md","name":"WVNC remote desktop","version":"0.1.17-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Clipper.zip","dependencies":[],"category":"Utility","author":"Xuan Sang LE","pkgname":"Clipper","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Clipper.md","name":"Clipper","version":"0.1.4-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antunnel.zip","dependencies":[],"category":"Library","author":"Xuan Sang LE","pkgname":"Antunnel","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Antunnel.md","name":"Antunnel","version":"0.2.1-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteCamera.zip","dependencies":["libjpeg@0.1.1-a","Antunnel@0.1.8-a"],"category":"Graphics","author":"","pkgname":"RemoteCamera","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/RemoteCamera.md","name":"Remote Camera","version":"0.1.5-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DiffEditor.zip","dependencies":["AceDiff@3.0.3-r"],"category":"Development","author":"","pkgname":"DiffEditor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DiffEditor.md","name":"Diff Editor","version":"0.1.6-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libthreejs.zip","dependencies":[],"category":"Library","author":"","pkgname":"libthreejs","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libthreejs.md","name":"libthreejs","version":"0.0.129-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SimpleMDE.zip","dependencies":[],"category":"Library","author":"","pkgname":"SimpleMDE","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SimpleMDE.md","name":"EasyMDE","version":"2.18.0-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SQLiteDB.zip","dependencies":[],"category":"Library","author":"Dany LE","pkgname":"SQLiteDB","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SQLiteDB.md","name":"SQLite3 Browser","version":"0.1.0-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GPClient.zip","dependencies":[],"category":"Internet","author":"Xuan Sang LE","pkgname":"GPClient","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GPClient.md","name":"Generic Purpose client","version":"0.1.5-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vTerm.zip","dependencies":["Antunnel@0.2.1-b","xTerm@5.1.0-r"],"category":"System","author":"Xuan Sang LE","pkgname":"vTerm","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/vTerm.md","name":"Virtual Terminal","version":"0.1.20-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ActivityMonitor.zip","dependencies":[],"category":"System","author":"Xuan Sang LE","pkgname":"ActivityMonitor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ActivityMonitor.md","name":"Activity monitor","version":"0.0.8-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShaderPlayground.zip","dependencies":["libthreejs@0.0.129-r"],"category":"Development","author":"Xuan Sang LE","pkgname":"ShaderPlayground","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ShaderPlayground.md","name":"OpenGL Shader Playground","version":"0.0.4-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MonacoCore.zip","dependencies":[],"category":"Library","author":"","pkgname":"MonacoCore","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MonacoCore.md","name":"Monaco editor core","version":"0.33.0-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LuaPlayground.zip","dependencies":["ACECore@1.4.12-r"],"category":"Development","author":"Xuan Sang LE","pkgname":"LuaPlayground","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/LuaPlayground.md","name":"LuaPlayground","version":"0.1.2-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/VizApp.zip","dependencies":["ACECore@1.4.12-r"],"category":"Graphics","author":"Xuan Sang LE","pkgname":"VizApp","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/VizApp.md","name":"Viz editor","version":"0.1.0-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ServerLogClient.zip","dependencies":["Antunnel@0.2.1-b"],"category":"System","author":"","pkgname":"ServerLogClient","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ServerLogClient.md","name":"Server log monitor","version":"0.1.3-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Dockman.zip","dependencies":[],"category":"Development","author":"Xuan Sang LE","pkgname":"Dockman","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Dockman.md","name":"Remote Docker Manager","version":"0.1.1-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SystemControl.zip","dependencies":["Antunnel@0.2.1-b"],"category":"System","author":"","pkgname":"SystemControl","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/SystemControl.md","name":"System monitoring","version":"0.1.13-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libpdfjs.zip","dependencies":[],"category":"Library","author":"Xuan Sang LE","pkgname":"libpdfjs","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libpdfjs.md","name":"PDF JS library","version":"2.6.347-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ImageEditor.zip","dependencies":["libfabric@4.4.0-r"],"category":"Graphics","author":"Xuan Sang LE","pkgname":"ImageEditor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ImageEditor.md","name":"Image editor","version":"0.1.0-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DBDecoder.zip","dependencies":[],"category":"Other","author":"","pkgname":"DBDecoder","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/DBDecoder.md","name":"DBDecoder","version":"0.0.2-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Katex.zip","dependencies":[],"category":"Library","author":"","pkgname":"Katex","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Katex.md","name":"Katex","version":"0.11.1-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libplotly.zip","dependencies":[],"category":"Library","author":"Dany LE","pkgname":"libplotly","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libplotly.md","name":"Plotly","version":"2.6.2-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/CodePad.zip","dependencies":["ACECore@1.4.12-r"],"category":"Development","author":"Xuan Sang LE","pkgname":"CodePad","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/CodePad.md","name":"Code","version":"0.1.8-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelTestClient.zip","dependencies":["Antunnel@0.2.1-b"],"category":"Development","author":"Dany LE","pkgname":"AntunnelTestClient","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/AntunnelTestClient.md","name":"AntunnelTestClient","version":"0.1.0-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libjpeg.zip","dependencies":[],"category":"Library","author":"","pkgname":"libjpeg","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libjpeg.md","name":"libjpeg","version":"0.1.1-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libfabric.zip","dependencies":[],"category":"Library","author":"","pkgname":"libfabric","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libfabric.md","name":"Fabric.js library","version":"4.4.0-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libantosdk.zip","dependencies":[],"category":"Development","author":"Xuan Sang LE","pkgname":"libantosdk","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/libantosdk.md","name":"AntOS SDK builder","version":"0.1.2-b"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/xTerm.zip","dependencies":[],"category":"Library","author":"","pkgname":"xTerm","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/xTerm.md","name":"xTerm Library","version":"5.1.0-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/TinyEditor.zip","dependencies":[],"category":"Other","author":"Xuan Sang LE","pkgname":"TinyEditor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/TinyEditor.md","name":"Tiny editor","version":"0.0.4-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ACECore.zip","dependencies":[],"category":"Library","author":"","pkgname":"ACECore","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/ACECore.md","name":"ACE Editor core","version":"1.4.12-r"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Preview.zip","dependencies":["libpdfjs@2.6.347-r"],"category":"Graphics","author":"Xuan Sang LE","pkgname":"Preview","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/Preview.md","name":"Preview","version":"0.1.3-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GraphEditor.zip","dependencies":["ACECore@1.4.12-r"],"category":"Graphics","author":"Xuan Sang LE","pkgname":"GraphEditor","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/GraphEditor.md","name":"Graph Editor","version":"0.1.2-a"},{"download":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MarkOn.zip","dependencies":["SimpleMDE@2.18.0-r"],"category":"Office","author":"Xuan Sang LE","pkgname":"MarkOn","description":"https://ci.iohub.dev/public/antos-release/packages/2.0.x/MarkOn.md","name":"Markdown editor","version":"0.1.1-a"}] \ No newline at end of file