diff --git a/ThunderboltTimeSync.sln b/GPSDOTimeSync.sln similarity index 83% rename from ThunderboltTimeSync.sln rename to GPSDOTimeSync.sln index bbe2b29..238e75a 100644 --- a/ThunderboltTimeSync.sln +++ b/GPSDOTimeSync.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThunderboltTimeSync", "ThunderboltTimeSync\ThunderboltTimeSync.csproj", "{7D970120-F57C-4541-BD54-2602C59EB8BA}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPSDOTimeSync", "GPSDOTimeSync\GPSDOTimeSync.csproj", "{7D970120-F57C-4541-BD54-2602C59EB8BA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ThunderboltTimeSync/App.config b/GPSDOTimeSync/App.config similarity index 100% rename from ThunderboltTimeSync/App.config rename to GPSDOTimeSync/App.config diff --git a/ThunderboltTimeSync/FormMain.Designer.cs b/GPSDOTimeSync/FormMain.Designer.cs similarity index 97% rename from ThunderboltTimeSync/FormMain.Designer.cs rename to GPSDOTimeSync/FormMain.Designer.cs index a193e2c..b2b416a 100644 --- a/ThunderboltTimeSync/FormMain.Designer.cs +++ b/GPSDOTimeSync/FormMain.Designer.cs @@ -1,4 +1,4 @@ -namespace ThunderboltTimeSync { +namespace GPSDOTimeSync { partial class FormMain { /// /// Required designer variable. @@ -62,7 +62,7 @@ this.Controls.Add(this.statusStrip); this.Controls.Add(this.labelTimestamps); this.Name = "FormMain"; - this.Text = "Thunderbolt Time Sync"; + this.Text = "GPSDO Time Sync"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); diff --git a/ThunderboltTimeSync/FormMain.cs b/GPSDOTimeSync/FormMain.cs similarity index 91% rename from ThunderboltTimeSync/FormMain.cs rename to GPSDOTimeSync/FormMain.cs index e9d45a8..b6fef4a 100644 --- a/ThunderboltTimeSync/FormMain.cs +++ b/GPSDOTimeSync/FormMain.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Drawing; using System.IO.Ports; using System.Windows.Forms; -using ThunderboltTimeSync.Devices.Thunderbolt; -using ThunderboltTimeSync.TimeProviders; -using ThunderboltTimeSync.TimeProviders.Thunderbolt; +using GPSDOTimeSync.Devices.Thunderbolt; +using GPSDOTimeSync.TimeProviders; +using GPSDOTimeSync.TimeProviders.Thunderbolt; -namespace ThunderboltTimeSync { +namespace GPSDOTimeSync { public partial class FormMain : Form { private static readonly Dictionary LOG_LEVEL_TO_COLOR = new Dictionary() { { LogLevel.Info, Color.Black }, diff --git a/ThunderboltTimeSync/FormMain.resx b/GPSDOTimeSync/FormMain.resx similarity index 100% rename from ThunderboltTimeSync/FormMain.resx rename to GPSDOTimeSync/FormMain.resx diff --git a/ThunderboltTimeSync/ThunderboltTimeSync.csproj b/GPSDOTimeSync/GPSDOTimeSync.csproj similarity index 97% rename from ThunderboltTimeSync/ThunderboltTimeSync.csproj rename to GPSDOTimeSync/GPSDOTimeSync.csproj index fc58a0a..f0691eb 100644 --- a/ThunderboltTimeSync/ThunderboltTimeSync.csproj +++ b/GPSDOTimeSync/GPSDOTimeSync.csproj @@ -7,8 +7,8 @@ {7D970120-F57C-4541-BD54-2602C59EB8BA} WinExe Properties - ThunderboltTimeSync - ThunderboltTimeSync + GPSDOTimeSync + GPSDOTimeSync v4.5.2 512 true @@ -91,4 +91,4 @@ --> - \ No newline at end of file + diff --git a/ThunderboltTimeSync/Program.cs b/GPSDOTimeSync/Program.cs similarity index 97% rename from ThunderboltTimeSync/Program.cs rename to GPSDOTimeSync/Program.cs index cb7f106..f5e69cc 100644 --- a/ThunderboltTimeSync/Program.cs +++ b/GPSDOTimeSync/Program.cs @@ -2,7 +2,7 @@ using System.Security.Principal; using System.Windows.Forms; -namespace ThunderboltTimeSync { +namespace GPSDOTimeSync { static class Program { /// /// Checks if the application is currently running with administrator privileges. diff --git a/ThunderboltTimeSync/Properties/AssemblyInfo.cs b/GPSDOTimeSync/Properties/AssemblyInfo.cs similarity index 92% rename from ThunderboltTimeSync/Properties/AssemblyInfo.cs rename to GPSDOTimeSync/Properties/AssemblyInfo.cs index a9514bd..5a8a3f2 100644 --- a/ThunderboltTimeSync/Properties/AssemblyInfo.cs +++ b/GPSDOTimeSync/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ThunderboltTimeSync")] +[assembly: AssemblyTitle("GPSDOTimeSync")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ThunderboltTimeSync")] +[assembly: AssemblyProduct("GPSDOTimeSync")] [assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ThunderboltTimeSync/Properties/Resources.Designer.cs b/GPSDOTimeSync/Properties/Resources.Designer.cs similarity index 93% rename from ThunderboltTimeSync/Properties/Resources.Designer.cs rename to GPSDOTimeSync/Properties/Resources.Designer.cs index f9a0cd0..d7606c2 100644 --- a/ThunderboltTimeSync/Properties/Resources.Designer.cs +++ b/GPSDOTimeSync/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace ThunderboltTimeSync.Properties { +namespace GPSDOTimeSync.Properties { /// @@ -38,7 +38,7 @@ namespace ThunderboltTimeSync.Properties { internal static global::System.Resources.ResourceManager ResourceManager { get { if ((resourceMan == null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ThunderboltTimeSync.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GPSDOTimeSync.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; diff --git a/ThunderboltTimeSync/Properties/Resources.resx b/GPSDOTimeSync/Properties/Resources.resx similarity index 100% rename from ThunderboltTimeSync/Properties/Resources.resx rename to GPSDOTimeSync/Properties/Resources.resx diff --git a/ThunderboltTimeSync/Properties/Settings.Designer.cs b/GPSDOTimeSync/Properties/Settings.Designer.cs similarity index 95% rename from ThunderboltTimeSync/Properties/Settings.Designer.cs rename to GPSDOTimeSync/Properties/Settings.Designer.cs index 60d2121..58bc091 100644 --- a/ThunderboltTimeSync/Properties/Settings.Designer.cs +++ b/GPSDOTimeSync/Properties/Settings.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace ThunderboltTimeSync.Properties { +namespace GPSDOTimeSync.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] diff --git a/ThunderboltTimeSync/Properties/Settings.settings b/GPSDOTimeSync/Properties/Settings.settings similarity index 100% rename from ThunderboltTimeSync/Properties/Settings.settings rename to GPSDOTimeSync/Properties/Settings.settings diff --git a/ThunderboltTimeSync/SystemTimeUtils.cs b/GPSDOTimeSync/SystemTimeUtils.cs similarity index 98% rename from ThunderboltTimeSync/SystemTimeUtils.cs rename to GPSDOTimeSync/SystemTimeUtils.cs index 9ac9a1f..55907b3 100644 --- a/ThunderboltTimeSync/SystemTimeUtils.cs +++ b/GPSDOTimeSync/SystemTimeUtils.cs @@ -1,7 +1,7 @@ using System; using System.Runtime.InteropServices; -namespace ThunderboltTimeSync { +namespace GPSDOTimeSync { class SystemTimeUtils { public class SystemTimeException : Exception { public SystemTimeException(int hresult) : base(string.Format("The system time could not be set (HRESULT 0x{0:X8}).", hresult)) { diff --git a/ThunderboltTimeSync/TimeProviders/ITimeProvider.cs b/GPSDOTimeSync/TimeProviders/ITimeProvider.cs similarity index 96% rename from ThunderboltTimeSync/TimeProviders/ITimeProvider.cs rename to GPSDOTimeSync/TimeProviders/ITimeProvider.cs index 58c7fe8..914e345 100644 --- a/ThunderboltTimeSync/TimeProviders/ITimeProvider.cs +++ b/GPSDOTimeSync/TimeProviders/ITimeProvider.cs @@ -1,6 +1,6 @@ using System; -namespace ThunderboltTimeSync.TimeProviders { +namespace GPSDOTimeSync.TimeProviders { /// /// Called when the time provider has a new time and date available. /// diff --git a/ThunderboltTimeSync/TimeProviders/Thunderbolt/ThunderboltSerialPort.cs b/GPSDOTimeSync/TimeProviders/Thunderbolt/ThunderboltSerialPort.cs similarity index 99% rename from ThunderboltTimeSync/TimeProviders/Thunderbolt/ThunderboltSerialPort.cs rename to GPSDOTimeSync/TimeProviders/Thunderbolt/ThunderboltSerialPort.cs index 2af89cf..f9e1511 100644 --- a/ThunderboltTimeSync/TimeProviders/Thunderbolt/ThunderboltSerialPort.cs +++ b/GPSDOTimeSync/TimeProviders/Thunderbolt/ThunderboltSerialPort.cs @@ -4,7 +4,7 @@ using System.IO.Ports; using System.Linq; using System.Threading; -namespace ThunderboltTimeSync.Devices.Thunderbolt { +namespace GPSDOTimeSync.Devices.Thunderbolt { public class ThunderboltPacket { /// /// The validity of the packet. diff --git a/ThunderboltTimeSync/TimeProviders/Thunderbolt/ThunderboltTimeProvider.cs b/GPSDOTimeSync/TimeProviders/Thunderbolt/ThunderboltTimeProvider.cs similarity index 94% rename from ThunderboltTimeSync/TimeProviders/Thunderbolt/ThunderboltTimeProvider.cs rename to GPSDOTimeSync/TimeProviders/Thunderbolt/ThunderboltTimeProvider.cs index 5bc3096..5531cc4 100644 --- a/ThunderboltTimeSync/TimeProviders/Thunderbolt/ThunderboltTimeProvider.cs +++ b/GPSDOTimeSync/TimeProviders/Thunderbolt/ThunderboltTimeProvider.cs @@ -1,7 +1,7 @@ using System; -using ThunderboltTimeSync.Devices.Thunderbolt; +using GPSDOTimeSync.Devices.Thunderbolt; -namespace ThunderboltTimeSync.TimeProviders.Thunderbolt { +namespace GPSDOTimeSync.TimeProviders.Thunderbolt { class ThunderboltTimeProvider : ITimeProvider { private ThunderboltSerialPort thunderboltSerialPort; diff --git a/README.md b/README.md index 71c0e9a..c680396 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# ThunderboltTimeSync -Synchronizes a Windows PC's clock using a Trimble Thunderbolt. +# GPSDOTimeSync +Synchronizes a Windows PC's clock using a GPSDO, such as a Trimble Thunderbolt.