Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions Server.py

This file was deleted.

8 changes: 5 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# This is the template code for the CNA337 Final Project
# Zachary Rubin, zrubin@rtc.edu
# CNA 337 Fall 2020

import Server
def print_program_info():
# TODO - Change your name
print("Server Automator v0.1 by Your Name")
print("Fiseha Tessema")

# This is the entry point to our program
if __name__ == '__main__':
print_program_info()
# TODO - Create a Server object
# TODO - Call Ping method and print the results
# TODO - Call Ping method and print the results
#The IP address is passed as a string to the Server class in the server.py module
ec2Server = Server.Server("52.41.99.1")