Find network management software tools

Learn more about our easy to use network management software tools and experience your self with our unique features and capabilities.

Forum

Network Tools

Forum Articles

View all forum atricles

Forum Announcements

View forum announcements

Net Scripter – Windows network scripts library

Net scripter is easy to use network management software COM object DLL (Dynamic-Link Library) that helps to create network scripts and supports Ping, Smtp, Snmp, Telnet and Textual Encoding (B64 and TEA). The following functions are available:

NetScripterDll.Network
BOOL Ping(BSTR host, USHORT size, DWORD timeout)
BSTR GetIpAddress(BSTR network, BSTR mask, DWORD count)
BSTR GetIpFromName(BSTR name)
BSTR GetNameFromIp(BSTR ip)

NetScripterDll.Smtp
BOOL Send(BSTR server, USHORT port, BSTR username, BSTR password, BSTR sender, BSTR recipient, BSTR subject, BSTR body)

NetScripterDll.Snmp
BOOL Get(BSTR agent, BSTR community, UINT timeout, UINT retries, BSTR oids)
BOOL GetNext(BSTR agent, BSTR community, UINT timeout, UINT retries, BSTR oids)
BOOL Set(BSTR agent, BSTR community, UINT timeout, UINT retries, BSTR oid, BSTR value)
BOOL Trap(BSTR agent, BSTR community, BSTR enterprise, BSTR oid, BSTR value)
BSTR GetReply()
BSTR GetOid()

NetScripterDll.TShell (Telnet)
BOOL Open(BSTR host, USHORT port)
BSTR Read(DWORD timeout)
BOOL Write(BSTR buffer)
BOOL WriteB64(BSTR buffer)
BOOL WriteTEA(BSTR buffer, BSTR key)
BOOL Close()

NetScripterDll.SShell (SSH)
BOOL Open(BSTR host, USHORT port, BSTR username, BSTR password)
BSTR Read(DWORD timeout)
BOOL Write(BSTR buffer)
BOOL WriteB64(BSTR buffer)
BOOL WriteTEA(BSTR buffer, BSTR key)
BOOL Close()

NetScripterDll.Encode
BSTR B64(BSTR buffer)
BSTR TEA(BSTR buffer, BSTR key)

No comments :