JScript Posted September 14, 2011 Author Share Posted September 14, 2011 What is the best mode of transmission, TCP or UDP?João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Emiel Wieldraaijer Posted September 14, 2011 Share Posted September 14, 2011 @João Carlos, I will test later .. i'm away Read the following for the differences between TCP or UDP http://www.akber.com/choice-for-apps---tcp-or-udphttp://gafferongames.com/networking-for-game-programmers/udp-vs-tcp/ Best regards,Emiel Wieldraaijer Link to comment Share on other sites More sharing options...
JScript Posted September 14, 2011 Author Share Posted September 14, 2011 (edited) @Emiel Wieldraaijer,UDP does not have order the delivery of packets...Imagine that is being sent pictures of the screen, if the packages do not arrive in order, will be a mess!So I think it is better to use TCP!Do you think I'm right?João Carlos. Edited September 14, 2011 by jscript http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Emiel Wieldraaijer Posted September 15, 2011 Share Posted September 15, 2011 Yes you are right, that why RDP, VNC and allmost all other remote control software use TCP TCP connection-full and stateful guaranteed orderly arrival congestion control higher integrity checks less throughput due to TCP connection overhead Best regards,Emiel Wieldraaijer Link to comment Share on other sites More sharing options...
JScript Posted September 15, 2011 Author Share Posted September 15, 2011 @Emiel Wieldraaijer, It was all that I needed to read! Thanks. João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
WeiHeXie Posted September 19, 2011 Share Posted September 19, 2011 The top part of the ID and password should be filled separately what? Link to comment Share on other sites More sharing options...
JScript Posted September 19, 2011 Author Share Posted September 19, 2011 The top part of the ID and password should be filled separately what?I did not understand your question correctly! João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
nooby Posted September 21, 2011 Share Posted September 21, 2011 hi jscript, very interesting and clean code. I like how you put the time into the customization of this program (+flexible = +useful). A thought: Instead of using GUIRegisterMsg to track mouse events, you can use a low level mouse hook as described on the first page. an autoit example: Link to comment Share on other sites More sharing options...
JScript Posted September 28, 2011 Author Share Posted September 28, 2011 @nooby I'm making some modifications and (are many), I will analyze this possibility, it is working very well the other way... Thanks, João Carlos http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
telmob Posted September 29, 2011 Share Posted September 29, 2011 Great job! (BTW, GDIP is missing from the includes.) Link to comment Share on other sites More sharing options...
JScript Posted September 29, 2011 Author Share Posted September 29, 2011 @telmob, OK, the new version solving this, thanks! João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
JScript Posted September 30, 2011 Author Share Posted September 30, 2011 (edited) New Source! Download Link on the first page! http://www.autoitscript.com/forum/topic/...ensource/page__view__findpost_ João Carlos. Edited October 2, 2011 by jscript http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
myspacee Posted September 30, 2011 Share Posted September 30, 2011 Try on Italian OS and return : No languages matches! error How force to run ? Another question; I'm dreaming to play emulted Nintendo DS on my Iphone, is there any way to remote display single window in broswer ? Your software should do this task with some optimization? Thank you for your time, m. Link to comment Share on other sites More sharing options...
JScript Posted September 30, 2011 Author Share Posted September 30, 2011 @myspacee Well, first you must enter the Language folder, there already has two translation files: Language.pt and Language.en Open language.pt and translate content for your language, code [0416] is for Portuguese-Brazil, [0816] is Portuguese-Portugal, and so on... Place the code for your OS! Another question; I'm dreaming to play emulted Nintendo DS on my Iphone, is there any way to remote display single window in broswer ? AutoIt and Iphone? Are you sure? Your software should do this task with some optimization?Yes, you can be sure... João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
telmob Posted September 30, 2011 Share Posted September 30, 2011 Need Includes folder with includes NotifyBox, GDIP and LZMA. Need to change: #include <APIConstants.au3> to #include <.\Include\APIConstants.au3> #include <GDIP.au3> to #include <.\Include\GDIP.au3> #include <WinAPIEx.au3> to #include <.\Include\WinAPIEx.au3> I also had to declare $__LZMABIN in LZMA.au3 And i'm now getting this error: MemoryDllCall(): undefined function Are you using the Beta Version of AutoIT? Link to comment Share on other sites More sharing options...
JScript Posted September 30, 2011 Author Share Posted September 30, 2011 @telmob Damn, I forgot to add Include folder!!! Ok, I made the changes you suggested, thanks! !New upload! João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
telmob Posted September 30, 2011 Share Posted September 30, 2011 ahahah Now it's perfect! Thanks man! This is going to be very useful. I can use it in my company, can't i? Link to comment Share on other sites More sharing options...
JScript Posted September 30, 2011 Author Share Posted September 30, 2011 ahahahNow it's perfect!Thanks man!This is going to be very useful. I can use it in my company, can't i? Sure, but if you want to make a donation, feel free...João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
telmob Posted September 30, 2011 Share Posted September 30, 2011 I just tried connecting to another network but i couldn't. Do i need to setup port forwarding in my router? If so, what port should i use? Thanks again. Link to comment Share on other sites More sharing options...
JScript Posted September 30, 2011 Author Share Posted September 30, 2011 @telmob Ports: 5970 and 5972 João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now