Trong Posted January 1, 2016 Share Posted January 1, 2016 something like TeamViewer.can send commands, files, ....I do not know what to do.I'm reading and find documents. Regards, Link to comment Share on other sites More sharing options...
Trong Posted January 1, 2016 Author Share Posted January 1, 2016 (edited) TCPSend: https://www.autoitscript.com/autoit3/docs/functions/TCPSend.htmTCPRecv: https://www.autoitscript.com/autoit3/docs/functions/TCPRecv.htmTCPConnect: https://www.autoitscript.com/autoit3/docs/functions/TCPConnect.htmLearning 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 January 2, 2016 by Trong Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted January 1, 2016 Developers Share Posted January 1, 2016 (edited) 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 January 1, 2016 by Jos Trong 1 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 More sharing options...
Trong Posted January 1, 2016 Author Share Posted January 1, 2016 (edited) 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 January 1, 2016 by Trong Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted January 1, 2016 Developers Share Posted January 1, 2016 (edited) 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 January 1, 2016 by Jos Trong 1 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 More sharing options...
computergroove Posted January 1, 2016 Share Posted January 1, 2016 (edited) 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 January 1, 2016 by computergroove Trong 1 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 More sharing options...
Trong Posted January 2, 2016 Author Share Posted January 2, 2016 I have successfully port forward three ports.I'm working on it. Regards, Link to comment Share on other sites More sharing options...
computergroove Posted January 2, 2016 Share Posted January 2, 2016 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 More sharing options...
Trong Posted January 2, 2016 Author Share Posted January 2, 2016 (edited) Is this only for sending remote commands and transferring files? Getting a list of clients from something like a web interface to be accessed..YesI 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 January 2, 2016 by Trong Regards, 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