blob: 5fdf1d9b19e9237105e7400eccc2b22f4983306b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
OurNet::BBSAgent provides an object-oriented interface to TCP/IP based
interactive services, by simulating as a virtual user with action defined by a
script language.
The developer could then use the same methods to access different services, to
easily implement interactive robots, spiders, or other cross-service agents.
The scripting language of OurNet::BBSAgent features both flow-control and
event-driven capabilities, makes it especially well-suited for dealing with
automation tasks involved with Telnet-based BBS systems.
This module is the foundation of the BBSAgent back-end described in OurNet::BBS.
Please consult its man page for more information.
WWW: https://metacpan.org/release/OurNet-BBSAgent
|