Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.69 KB

File metadata and controls

29 lines (20 loc) · 1.69 KB

Ruby Networking Scripts

Note: If looking for an online Ruby compiler and interpreter with multi-class support, consider OneCompiler.

Table of Contents

  1. Ruby Scripts
  2. Supplemental Resources

Script Purpose
ftpclient.rb Establishes a client connection to an FTP server.
httpclient.rb Retrieves API data from a server to a client device.
infoworksobjs.rb Creates data objects (for Infoworks data models).
networkvalidator.rb Returns and outputs validation warnings and errors for the current network.
retrievewebpage.rb Retrieves data from a web page.
tcpservermulti.rb Creates a TCP Server that can handle multiple client connections.