rhuard / PingMe

potential-carnival
0 stars 0 forks source link

Add Configuration #5

Open rhuard opened 8 years ago

rhuard commented 8 years ago

This will be required for Text and Email but can also be used for the Console Reporter

Configuration examples Text: number to text to/from

Email: email to send to/from

Console: line to print after executable is run

rhuard commented 8 years ago

Steps for this would be:

  1. to include a configuration method in the Pinger and then for each class that inherits from Pinger.
  2. Add command line options for configuring a specific pinger
  3. Add security measures to the configuration files, especially for things such as email and text 3.1 example for email could save password for server (obviously need to be encrypted) or could be configured to ask before executing program 4 add checks to pingers so the first time they are used if not configure, then configure them.. or just use default.. eg ask the user everythime