Script Reporting Standard menu

User Tag List

Results 1 to 1 of 1
  1. #1
    Rakurai's Avatar Sergeant
    Reputation
    16
    Join Date
    Jul 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Script Reporting Standard

    I'm fairly new to the botting community, so excuse me if I am ignorant of some existing software that accomplishes this. I am interested in running multiple bots in VMs, probably on a headless machine, but logging into each one to check on them seems very tedious. If we had some kind of 'collector' running on your personal machine that could collect messages passed by the bots reporting their progress/status, that would be great. The collector program could take on any form, whether it's a simple text logger or a GUI that does a line graph, or whatever. On the bot side, it could report its status with UDP messages fired at the destination collector. This could be accomplished using a UDP message from AutoIt.

    It seems silly that every script writer should have to reinvent the wheel, so I propose that we come up with a standard for bot reporting. A UDP message should be formatted in a standard way so that any bot conforming to the standard can successfully report to any collector conforming to the standard. That way, any script writer can choose to use the standard reporting library, and it would work with anyone's existing collector programs.

    I could write the include script that would provide a 'report' function, that would simply take a few parameters and a UDP address/port and format them to the standard, and fire it off. I could also write a simple 'collector' as a proof of concept, although I'm sure other people would have ideas about how they would like data to be displayed. The collector could probably be written in Java for cross platform compatibility, so it would work on whatever OS flavor you prefer.

    Before I begin, though, I would like some feedback. Here are a few questions:

    • What information should be included in a report message? We could define a few message types, such as 'death', 'gold collected', 'error', etc. Auction bots might report things like 'bought', 'sold', and stuff. The idea is to define a useful set of messages that could be used by any script, and let the collector figure out what to do with it. So, I think a UDP message consisting of (type, param1, param2, ... , paramN) would work. The number of parameters would be fixed for a message type. In the message, they could be tab (or whatever) delimited. Are there any parameters that should be common to ALL message types?
    • What form would be best for the reporting library to take? AutoIt function? DLL? It would of course be non-blocking, but should still be as quick as possible to avoid introducing excessive processing time.
    • Should this be expanded to a full bot/controller communication protocol, where the controlling program could execute scripts on the guest machine? This could take the form of an executable (Windows service?) running on the guest VM that listens for UDP messages from the controller. Of course, this introduces a whole wide array of security breach possibilities, but I trust everyone can handle securing their bot network :P

    Script Reporting Standard
All times are GMT -5. The time now is 10:40 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search