Initial Commit
This commit is contained in:
BIN
bin/Debug/IPMonitor.exe
Normal file
BIN
bin/Debug/IPMonitor.exe
Normal file
Binary file not shown.
14
bin/Debug/IPMonitor.exe.config
Normal file
14
bin/Debug/IPMonitor.exe.config
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="poll_time_ms" value="300000"/>
|
||||
<add key="notify_time_ms" value="4320000"/>
|
||||
<add key="sms_smtpaddress" value="smtp.gmail.com"/>
|
||||
<add key="sms_smsusername" value="skessler1964@gmail.com"/>
|
||||
<add key="sms_smspassword" value="xjfo isnf gmyi zovr"/>
|
||||
<add key="sms_smsrecipients" value="skessler1964sms@gmail.com"/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
bin/Debug/IPMonitor.pdb
Normal file
BIN
bin/Debug/IPMonitor.pdb
Normal file
Binary file not shown.
BIN
bin/Debug/IPMonitor.vshost.exe
Normal file
BIN
bin/Debug/IPMonitor.vshost.exe
Normal file
Binary file not shown.
14
bin/Debug/IPMonitor.vshost.exe.config
Normal file
14
bin/Debug/IPMonitor.vshost.exe.config
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="poll_time_ms" value="300000"/>
|
||||
<add key="notify_time_ms" value="4320000"/>
|
||||
<add key="sms_smtpaddress" value="smtp.gmail.com"/>
|
||||
<add key="sms_smsusername" value="skessler1964@gmail.com"/>
|
||||
<add key="sms_smspassword" value="xjfo isnf gmyi zovr"/>
|
||||
<add key="sms_smsrecipients" value="skessler1964sms@gmail.com"/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
11
bin/Debug/IPMonitor.vshost.exe.manifest
Normal file
11
bin/Debug/IPMonitor.vshost.exe.manifest
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
1
bin/Debug/ipaddress.txt
Normal file
1
bin/Debug/ipaddress.txt
Normal file
@@ -0,0 +1 @@
|
||||
67.191.114.201
|
||||
1
bin/Debug/ipmonitor.log
Normal file
1
bin/Debug/ipmonitor.log
Normal file
@@ -0,0 +1 @@
|
||||
[LOCAL][Thread=9][TRACE.DEBUG][3/13/2024 04:32:56 PM] [IPMonitor.Program::WriteFile(strPathFileName,ipAddress)]Creating address file:ipaddress.txt
|
||||
Reference in New Issue
Block a user