Marzupilami Posted January 21, 2015 Posted January 21, 2015 Yeah, I know there are programs such as Networx to log internet usage and open an application when it exceeds a certain limit, but I would like it to do so every 100mb, and then maybe wait some seconds/minutes before it resets the meter and begins counting up to 100 new mb. And to get it that sensible i need to embed it to my autoit code. Or maybe such application or script does already exist? I'd be glad to know about it then. Otherwise I'm looking for help embedding it and how to program it. Thanks
kaesereibe Posted January 21, 2015 Posted January 21, 2015 (edited) With GetIfEntry2 function and MIB_IF_ROW2 structure (and GetBestInterface function) Edited January 21, 2015 by kaesereibe BIN 2 DEC | ConvertTemp | DEC 2 BIN | GetWeekday | HEX 2 RGB | INT 2 HEX | QueryPerformance
Marzupilami Posted January 21, 2015 Author Posted January 21, 2015 With GetIfEntry2 function and MIB_IF_ROW2 structure (and GetBestInterface function) I'm sorry, but I'm quite new to autoit, and have hardly seen any other type of code either. Can you please explain what all this means and why I can't make it in AutoIT?
Marzupilami Posted January 22, 2015 Author Posted January 22, 2015 No one knows? How do I use it? Just copypaste it into Notepad++, then compile it? And how to get it into autoit after that?
SorryButImaNewbie Posted January 22, 2015 Posted January 22, 2015 (edited) First I would use something like wireshark, I think it can do exactly what you want. Second If you would like to develope it yourself, then a) play around in autoit a bit b )check the wiki for UDFs (user definied function) I'm sure there is something like you want already. Hope that helps, I wish you the best of luck in the forums (they users are helpful, really) but next time show some of your own "digging" on the situation, what did you tried so far, give more information about your problem. Also usually one thread concentrate to one problem, you started with a few already, so I suggest more to the point question and more detailed problems. Edited: to b ) Edited January 22, 2015 by SorryButImaNewbie
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