Search the Community
Showing results for tags 'udp'.
-
Version 2.9.9.1
5,280 downloads
I started working on this program in the summer of 2008 then I stopped cause I faced some problems I couldn't overcome back then. Now that I've practiced more and have become a better scripter/programmer I'm releasing the program to the public to get some opinions. I know it's not a new concept but...- 2 reviews
-
- lan messenger
- chat
-
(and 3 more)
Tagged with:
-
Hi guysssss, have you ever heard of STUN?! No? When you are under a NAT and you try to connect to an online server, you make the request using an internal port and your local IP. But when your request arrives to the router, it uses its own port list and it enstablishes the connection...
-
I've a problem with receiving data on my PC by TCP and UDP. I can send data to another computer, but can't receive it. I'm not shure where is the problem (on PC or on "another comupers") This is client code: ;TCP client TCPStartup() $socket = TCPConnect("192.168.0.18", 7777) ;try to co...
-
Network Interface Info, Statistics, and Traffic (incl. IP, TCP, UDP and ICMP) This is an example of getting and displaying Network Interface Information, Statistics and Traffic. Previously this was just a means to getting Network statistics (specifically IP, TCP, UDP, and ICMP), but now it includ...
-
Hi I have an idea of creating a parental filter (freeware) , which will be protecting children from navigating to adult websites. I want to ask, what is your opinion, how to do it best way? How to catch the traffic from the very beginning? For example if a user is starting IE or Firefox,...
-
Hi all, Im hoping some could help me out. I'm using an IM client that sends messages via UDP. I was wondering is there a way I could make a button with a pre canned message to send to all online users automatically E.g "about to get coffee place your oder" send to all online Saves sending to one per...
-
Is there any way using autoit to write a small script that can check if ports 5060-5069 are open?
-
Hi, Recently I upgraded my AutoIt and since then this script has caused problems. Func MonitorOpenVPNTunnel ($UDPLogReceiver) If $UDPLogReceiver[0] <> 0 Then $received = UDPRecv($UDPLogReceiver,16000) If @error And (@error <> 10040) Then Intern...
-
I am looking into measuring the ammount of traffic on UDP port 69. I have no need for the packets or their contents, I just wanna know how much traffic is happening at the UDP 69 port (for TFTP Server connection). Can anyone point me in the right direction? AutoIT has so many integrated tools fo...
-
I noticed that when "spamming" data to the server via TCP (no delay between each send function), the server gets the data all wrong. (this didn't only happen to me in AutoIt) So I tried doing the same thing with a UDP connection and the data came out fine. Here's 2 examples of server-client scripts...
-
Hi, I have worked on a project for a friend and it needed to retreive some data in UDP packets, it was a challenge because I didn't know anything about that packets, and after few days of work I have managed to do what I wanted. The hardest part was to set a very strict filter for the cpu usage and...
-
I've seen this for a while now but I never really got around to doing anything... It seems UDPRecv has a 100ms delay if nothing is recieved (which is to be expected), but it totally ignores the value set in the TCPTimeout option. I'm not sure if that is intended or if it is a bug so I figured I'd as...
-
im trying to setup a simple crash detector. my software will send an int every few seconds via udp socket autoit3 should run in loop and trip on failed transmition. i tried doing it like so but am getting a brain freeze. ; Start The UDP Services ;===========================================...
-
hello guys i really need help in this first at all sorry about my english my request is : i want my script to checkout if my PC is connected with Specific network protocol the script should work like this app http://www.wireshark.org/faq.html#q1.1 but i want my script only to checkout if my PC...