Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.57 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.57 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 Resource

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.