Jump to content

Recommended Posts

Posted (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 by jscript

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

Posted

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

Posted

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:

Posted

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.

Posted

@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? :graduated:

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

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

Posted

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?

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...