Jump to content

Keep It


Trong
 Share

Recommended Posts

TCPSend: https://www.autoitscript.com/autoit3/docs/functions/TCPSend.htm

TCPRecv: https://www.autoitscript.com/autoit3/docs/functions/TCPRecv.htm

TCPConnect: https://www.autoitscript.com/autoit3/docs/functions/TCPConnect.htm

Learning about TCP servers and clients connection:

Multiple connection TCP server:

TCP SERVER & CLIENT examples.... to learn from:

Fast multi-client TCP server:

TCP Examples and Scripts:

 

Simple TCP server:

https://www.autoitscript.com/forum/topic/98698-simple-tcp-server/

 

YATCP (Yet another TCP) client/server UDF:

TCP UDF, Event driven!:

 

[UDF] Simple & flexible multi-clients TCP server:

 

_TCPFileTransfer.au3:

[SOLVED] Save captured image to a $Variable:

https://www.autoitscript.com/forum/topic/125614-solved-save-captured-image-to-a-variable/

 

how to use tcp send this:

https://www.autoitscript.com/forum/topic/123599-how-to-use-tcp-send-this/

 

DVI-Remote (Remote Desktop entirely in AutoIt) - OpenSource!

Remote PC Controller ALIBI Controller : 

 

 

Sometimes I see "error 500 - internal server error"  from the link auto framed!

Edited by Trong

Regards,
 

Link to comment
Share on other sites

  • Developers

Are you trying to connect between the 2 private networks (192.168.x.x) via the Internet?

That will not just work like that. Teamviewer is using a Host/Server in the internet to make the connection as both clients can connect to that. This Server is playing "the man in the middle" role.

When you want to be able to connect directly into a private subnet, you will have to configure the Router an map a particular port to one of the private Ip addresses.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

My computer is an intermediate server will record the addresses of the computers were connected.
 I can send commands or files to client from any where by connect to My Computer (Server) and get list Client and IP.

The computer in my LAN difficulty in sharing files and I have to work through TeamViewer.

Edited by Trong

Regards,
 

Link to comment
Share on other sites

  • Developers

When your computer (the intermediate server ) is on a private 192.168.x.x network, it will not be able to interact like the teamviewer cloud servers, as it is not directly accessible from the internet unless you start doing some port forwarding in your ISP router.
It is important that you understand how this all works before you start playing around with it as you might open up too much and get all kinds of hack attacks to the host to which you port forward to.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Do you have any code? Are you trying to make a teamviewer clone? if you are just trying to send commands or files ou could just use Hamachi but I am having all kinds of stupid connection issues all the time with it. 

Edited by computergroove

Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html

Link to comment
Share on other sites

Is this only for sending remote commands and transferring files? Getting a list of clients from something like a web interface to be accessed from anywhere is something I'm very interested in. I would like to help if you need it.

Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html

Link to comment
Share on other sites

Is this only for sending remote commands and transferring files? 

Getting a list of clients from something like a web interface to be accessed..

Yes

I am very happy to get any help from you.
I have found this code ALIBI Controller 2.5.1 many functions that I need.  

Edited by Trong

Regards,
 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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