Sunday, December 28, 2008
Weather Message 3.4 Released
Saturday, December 20, 2008
Weather Message 3.4 Beta 9
Sunday, December 14, 2008
Web based user alert sign-up
I have completed most of the work for web based user initiated alert sign-up and maintenance. This web application runs under Window's using IIS (internet information services). It allows a user to sign up for an account and then subscribe to alerts.
It has an advanced and simple mode. In the advanced mode, the user can enter the product and WFO identifiers. In the simple mode, you select which products can be selected. It is fully configurable.
An interface program is provided to retrieve the user settings and update Weather Message automatically. This web application can be located on a remote computer with weather message operating on a local machine. They are not required to be on the same computer.
I have setup a sample website at http://www.wxmesg.com/wxmesguser You can sign up for an account and play with the application. You will not receive any weather alerts. This is only a demonstration link.
If you are interested in this application, let me know and I can set you up as an administrator. There are additional setup options that are not visible to the standard user.
This web based application will have the ability to generate a message for processing by Weather Message. This will allow agencies to easily create a local message for processing by Weather Message.
The work on this application will allow me to build a windows client user manager. I will be working on that addition over the holiday.
Sunday, November 30, 2008
Text to Speech options in 3.4 Beta 8
The Read Short message will read brief information about the received product. The Read Text will read the entire message.
You need a good quality voice to use these options.
Saturday, November 22, 2008
Weather Message 3.4 Beta 7 Changes
I believe I have addressed all of the issues. I have compiled the programs to run as 32 bit applications on 32 bit operating system and 64 bit applications on 64 bit operating systems. There are only two programs that will run as 32 bit applications on 64 bit computer due to dependencies. I don't think that will cause anyone a problem.
I had to make quite a few changes in the installer to address the differences in the 64 bit and 32 bit registry. There were also some changes to the native image generation routines to use the 64 bit Microsoft.Net framework.
While I was testing it appears that I found a bug in the installer. It did not appear to be testing for the .Net framework and installing it properly. I had two users report a problem - that should now be corrected.
Existing 64 bit user Warning
I will be uploading these betas on Sunday. If you are presently using Weather Message on a 64 bit computer, you may have to enter your registration code and some settings after this update. I recommend that you export your registry settings using Weather Message Server Setup's File, Export Registry option before installing the beta. If you run into a problem, drop me an email and I will restore your settings.
One Other Thought
During all of my research on 64 bit systems, I discovered several things that had not occurred to me. One was that 64 bit programs will use more memory than 32 bit programs. That occurs naturally because memory pointers in 64 bit systems are twice the size of 32 bit pointers. The advantage of 64 bit systems is the ability to address a large amount of memory. If you have a 64 bit system, make sure you have plenty of memory installed.
Tuesday, November 18, 2008
x64 to x86 Symbolic Registry Link
A symbolic link can be created between HKLM\Software\Weather Message Net and HKLM\Software\WOW6432Node\Weather Message Net
This symbolic link means that x64 programs will see the settings in "WOW6432Node" and x86 programs will see the settings in the regular key.
This is a great find is was not too difficult to implement. I now need to update the installers with the code necessary to create the link. (The code is now written and tested. I just need to update the installers.)
Once the installer is working, I can go back and recompile the programs as x64 or x86 as appropriate and they will work properly on a x64 system. This will allow the x64 programs to run as native x64 applications.
Saturday, November 15, 2008
Running as a 64 bit application
64 bit Windows operating system maintains two independent registry locations for 32 bit and 64 bit applications. Because of that, the programs that ran in 64 bit mode wrote to one location, while the 32 bit wrote to another area. Neither could see what the other one wrote. That makes it difficult when the setup program is 64 bit and the server is 32 bit.
The last beta on the website sets most of the programs back to 32 bit (x86) mode. This was necessary to get everything working for these users and allow me time to investigate further.
Some of the programs could not run in 64 bit mode because they needed to use some dlls or ocx files that are 32 bit. I worked for the past several days removing some of these dependencies. This work also made some of the programs run faster, as the new code used is .Net code and runs faster.
There are only three programs now that must run in 32 bit mode; WxMcli (message client), WxMap (WxMapNet runs in 64 bit mode), and WxRadar. The other 21 programs could run in 64 bit mode. Notice that I said could. WxRadar does use some of the common registry settings, so it remains a hold out.
I am working now to see what I can do to make WxRadar access the 64 bit registry. The 32 bit dependency cannot be removed at this time. The image viewer used in WxMcli and WxRadar uses one 32 bit dll that has not been updated by my viewer vendor.
I have a 64 bit windows server 2008 available now for testing, so I hope to have a beta available soon that will allow the core programs to run as native 64 bit applications.
Tuesday, November 11, 2008
64-bit Registry Issue
I am currently working with the user to resolve this problem. I now have a local 64-bit Windows Server 2008 that I can use for testing. I hope to have this issue resolved soon.
Update:
Weather Message 3.4 Beta 6 has been posted with changes to address this issue.
Thursday, October 30, 2008
WxMap now supports SWOMCD - Mesoscale Discussion
Monday, October 27, 2008
Map Refreshes
This corrects an issue where SVS products were sent back before their corresponding TOR products. I still have some work to do to optimize the routine changes.
Saturday, October 11, 2008
Status
I have some work to do in WxMap and WxLoader to address an issue with common vtec event tracking numbers. I am working with a user that identified a problem.
Work is continuing on the web based user weather alert sign up application. I now have a basic web frame working developed. I am now ready to start working on the details for the sign up application.
Friday, September 26, 2008
Text to Speech
Microsoft released two additional voices that are much better. You can download them from this link http://www.text-speech.com/voices/Sp5TTIntXP.msi After they are installed, you will find Mike and Mary available in the speech control panel. These two are much better than the default SAM voice.
I understand that Vista has a new speech voice named Anna. I tried her on one of the office computers and she sounds pretty good.
There are several commercial TTS (text to speech) engine providers. Cepstral has good voices. You can demo them at http://www.cepstral.com/demos/ Their voices are around $30.00.
Nextup has demos of the AT&T voices at http://www.nextup.com/attnv.html The AT&T voices cost $35.00.
I am now working on adding TTS support in the Message Client and will then move to the map. Instead of having dedicated wave files, it would be nice if it could simplay say "A tornado warning as been issued for Tallapoosa County until 10:30 PM". The map would have the bonus to saying expiration messages.
It would also be very simple to add the capability to read a message in the text window. I was playing with this earlier tonight and it works well using the Mike voice. I was surprised how well it could say some county names.
Sunday, September 21, 2008
Weather Message 3.4 Beta 3
This release will also attempt to load the Microsoft.Net Framework version 3.5. Although the 3.5 framework is not required at this time, there may be some features in the next beta that require the 3.5 framework. I thought I would go ahead and add that requirement in this beta to see if there are any problems getting it installed.
The 3.5 framework contains an number of enhancements that improve the performance of 2.0 framework programs. I do recommend that it be installed, regardless of the program requirements.
Monday, September 01, 2008
Red Book Graphics

Goes Image Decoder

A lot of work remains before this can go into production.
Friday, August 29, 2008
A new webserver is installed
This machine is something to behold. This is the second 2900 that we have purchased. It is running a number of web applications along with Weather Message Server. Horsepower should not be a problem now.
I am still migrating some of the applications, so that has taken up alot of my time. This configuration should last a number of years. (I suspect we will need another T1 before this machine is underpowered.)
Saturday, August 23, 2008
Group2Call Instructions Posted
They offer several services and plans. You also have the option to use their free service that is supported by ads.
Werner Labs - EMWIN Receivers
They have a nice information sheet about EMWIN and their receiver. I posted it at http://www.wxmesg.com/documents/WernerPamphlet.pdf
I have already exchanged emails with one of their users that is using Weather Message.
Monday, August 18, 2008
Email Subject Override
If you are not using Group2Call, you can use it to add a better subject line. Something like "Attention: $Subject$". The program will place the word attention followed by the original product description on the subject line.
I am testing this feature now. It will be available in the next beta release.
Tuesday, July 22, 2008
WxMap - Non-Vtec products
These changes also allow the "hover over" county function to display the product description instead of just the awips identifier. This will make event identification easier for users that are not weather experts.
Summer happenings
For those of you that have never had to deal with a water well - be grateful. My well was 205 feet deep and had big issues with iron content. Everything here at my house has been stained red since I built the house. I can say that the pump would always stop at the time that you needed it the most. When that happened, pulling out 205 feet of pipe was a task to say the least.
To add to the excitment, my youngest sister was pregnant with twins. The babies showed up this past Monday 15 weeks early. At the moment Jacob and Cody are doing ok at UAB "Childrens Hospital". One was 1 pound 9 ounces and the other 1 pound and 12 ounces. Please pray for my new nephews. My sister had been in the hospital for two weeks prior confined to the bed. UAB is about a two hours drive from here, so will be supporting the gas companies for the next several months.
With all of the above and the time needed to keep up with the grass and some bushhogging, I have been busy. I still have a number of changes in the works. More good things will follow.
Sunday, June 22, 2008
WxPDA - SM (Smart Phone Edition)
More to follow as testing progresses.
Monday, May 26, 2008
Getting your time settings
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _ &
"{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from Win32_TimeZone")
For Each objItem in colItems
Wscript.Echo "Bias: " & objItem.Bias
Wscript.Echo "Caption: " & objItem.Caption
Wscript.Echo "Daylight Bias: " &
objItem.DaylightBias
Wscript.Echo "Daylight Day: " &
objItem.DaylightDay
Wscript.Echo "Daylight Day of Week: " &
objItem.DaylightDayOfWeek
Wscript.Echo "Daylight Hour: " &
objItem.DaylightHour
Wscript.Echo "Daylight Millisecond: " &
objItem.DaylightMillisecond
Wscript.Echo "Daylight Minute: " &
objItem.DaylightMinute
Wscript.Echo "Daylight Month: " &
objItem.DaylightMonth
Wscript.Echo "Daylight Name: " &
objItem.DaylightName
Wscript.Echo "Daylight Second:
" & objItem.DaylightSecond
Wscript.Echo "Daylight Year: " &
objItem.DaylightYear
Wscript.Echo "Description: " &
objItem.Description
Wscript.Echo "Setting ID: " &
objItem.SettingID
Wscript.Echo "Standard Bias: " &
objItem.StandardBias
Wscript.Echo "Standard Day: " &
objItem.StandardDay
Wscript.Echo "Standard Day of Week: " &
objItem.StandardDayOfWeek
Wscript.Echo "Standard Hour: " &
objItem.StandardHour
Wscript.Echo "Standard Millisecond: " &
objItem.StandardMillisecond
Wscript.Echo "Standard Minute: " &
objItem.StandardMinute
Wscript.Echo "Standard Month: " &
objItem.StandardMonth
Wscript.Echo "Standard Name: " &
objItem.StandardName
Wscript.Echo "Standard Second: " &
objItem.StandardSecond
Wscript.Echo "Standard Year: " &
objItem.StandardYear
Wscript.EchoNext
You can save this to time.vbs and run it on your computer with the command "cscript time.vbs"
Queuing Sounds
I will look into adding an option to queue the sounds in the order that they are generated.
Sunday, May 25, 2008
Weather Message 3.3 Refreshed
By default, the zone map is not installed. Because of this, it was necessary to correct the public 3.3 release.
Sunday, May 18, 2008
Weather Message 3.3 Released
Monday, May 05, 2008
HTC 6800 Smart Phone
My plan has unlimited internet access so this will allow me to experiment with additional weather related applications. (I sure would like a program to download radar to the pda)
Version 3.3 Status
Thursday, April 03, 2008
Emwin Low Priority Backlog
At the beginning of the month there are a number of one time products that are low priority. They cause all low priority products to backup. They have made some additional adjustments to help with this situation.
Wednesday, March 19, 2008
Local User Settings
The client program settings apply to all users (Message Client and Map Client). This includes the position on the screen. If multiple people use the same computer, they cannot configure the clients for their own preferences. This applies to a single computer or a terminal services connection.
The original thought was to make it easy for the administrators. You set up the program and no changes are required by the user. A simple ini file can be copied from computer to computer with the client settings. I will note that in some installations it is not desirable to have users making changes.
Regardless, I am considering the possibilities here.
Monday, March 10, 2008
WxScheduler
I have changed the scheduler so that it will check to see if the user has specified a week of month and a day of week. If they are both entered, the program will see this as a request for the Xth occurance of the specified day of week for a month.
This should fix the users problem and provide some new capability.
Weather Message 3.3 Beta 7
Thursday, March 06, 2008
Group2Call Free Voice Messaging
Regular Expression Support
The current matching mechanism is very efficient. It however does not allow for multiple match criteria or complex matching expressions. These can be accomplished with regular expressions. Regular expressions should only be used when needed since they require considerably more cpu cycles than the default matching mechanism.
Here is an example regular expression: (.BMX.)(.MOB.)(.HUN.)
This means match .BMX. or .MOB. or .HUN. in the received message.
Friday, February 29, 2008
Winter Weather Simplification - Open Letter to NWS
Sirs,
I am writing in regards the Proposed Winter Weather Simplification changes. I do not want to see the NWS adopt these changes. The NWS has spent a great deal of time and money to implement VTEC. Vendors and users have also gone to a great deal of effort to use VTEC. This change will put us back where we were before VTEC was implemented.
VTEC has allowed users of NWS products to provide automatic notifications based on the type of weather coded in the VTEC line. This change would make the Winter Storm product generic again for some weather types. If this change is approved we would have a generic “winter weather” coding, with the details in the text. Decoding the text is a problem that was fixed with VTEC. We again will be stuck with the difficult task of trying to determine what kind of “winter weather” is associated with the product.
Many of us have welcomed VTEC because it provides a reliable standardized way to represent the actual weather conditions being issued. Moving from specific weather phenomena to generic phenomena is taking a step backwards.
I respectfully request that this change not be implemented.
Best Regards,
Danny Lloyd
Weather Message
Sunday, February 17, 2008
Weather Message 3.3 Beta 6
I am looking at releasing version 3.3 due to several bug fixes in the program. I will evaluate it over the next week and decide a release date.
Note: Beta 6 changes the image communication data stream to the Message Client. Clients will have to be updated to Beta 6 in order to continue to receive images.
Saturday, February 02, 2008
Weather Brains
I have been friends with some of the Weather Brains guys for years because of our interest in amateur radio: James Spann, WO4W; Brian Peters, WD4EPR; and David Black KB4KCH. When I started writing weather related software, they encouraged my endeavor.
If you are interested in weather, you might want to check out their weekly webcast. I am sure you will find their discussions interesting.
Sunday, January 27, 2008
EMWIN Installation


NoaaPort Installation




Saturday, January 26, 2008
WxPort
I have a test program that will decode the gini data (satellite images). I will be refining it further.
I will try to post some images of my installation tomorrow.
Monday, January 21, 2008
Weather Message Beta 5
NoaaPort
I spent the last couple of days installing a used 10 foot dish. After the dish was installed and aligned, I connected my new Novra S75 DVB-S receiver. I am now receiving all 4 NoaaPort channels. I can tell you there there is more data than anyone could possibly review.
I will be reviewing the image and radar data to see how I can use it for future upgrades to Weather Message and WxPort.
Monday, December 31, 2007
2007 Year End Comments
I spent all of 2006 rewriting the Weather Message applications. Users started testing version 3.0 at the end of 2006. It was officially released in March 2007. Versions 3.1 and 3.2 were released this year with a number of major enhancements.
I am still working down my list of change requests. The list has gotten smaller, but there is still alot of work to be completed. Look for more of these in version 3.3.
I thank you for your continued support. My hope for you, your families and the agencies and communities you serve is a great and prosperous New Year.
Monday, December 24, 2007
December Note
With a couple of days off for the holidays, I will be making some additional changes. Look for them sometime Christmas evening. I am off now to make my rounds and visit family.
Merry Christmas to all.
Sunday, December 02, 2007
Windows Vista - UAC
The rerouting of the registry and program files directory is a result of virtualization by the UAC changes for 32 bit applications. Microsoft no longer allows standard users to access c:\program files\(application name) any longer. They has have removed the ability to access HKey_LocalMachine\Software for standard users.
Basically Microsoft does not want developers to store application configuration data in c:\program files\(application name) any longer. The same goes for the registry location HKey_LocalMachine\Software.
Virtulization occurs for applications that do not have an embedded manifest. An embedded manifest identifies the type of access that the application needs. The manifest can request administrator access or invoker access. At the present time Weather Message does not contain an embedded manifest.
With the new VS2008 development environment, I can easily embed the manifest. I am concerned that turning on the manifest will result in users losing their existing settings. I will be testing this further before enabling the manifest.
Sunday, November 25, 2007
Weather Message 3.3 Beta 2 Released
Saturday, November 24, 2007
Weather Message Beta 3.3 beta 2
1) WxLoader has several new options that effect the short message format. This closes a number of user requests.
2) Weather Message Setup will now allow users to select multiple states for one alarm. This request has been outstanding for some time.
These changes were quite involved and took alot of time.
.Net Framework 3.5 - No support for Windows 2000
This makes it difficult on the developers that want to take advantage of the features. The Microsoft developers have given me the ability to support the 2.0 framework using their new development environment. That is a big plus. This allows me to take advantage of the new productivity features.
This however does mean that support for Windows 2000 will end in the near future. It looks like Microsoft's decision is to get developers to encourage their users to purchase their newer operating systems.
I have a windows 2000 laptop that works great. I hate to discard it, but as some one famous said "time waits for no man". I guess I will have to get something newer also.
Wednesday, November 21, 2007
Visual Studio 2008 - Framework 3.5
Microsoft says that the move to 2008 should be relatively simple from a developers perspective. The original move from Visual Studio 6 was a year long project. I have read that I should not have to make any changes in the software to take advantage of the new developement environment.
I am looking for the DVD to arrive soon. When it arrives I will be testing this new environment and framework for Weather Message. If everything looks good, I will release the next version using the new environment. This will require users to download and install the 3.5 framework. It should be available from windows update soon --- if you want to get a head start.
Passwords
I tried to change all of the screens that show passwords so that they will mask the password. If I missed any, please let me know.
The ftp debug file will no longer show a clear text password. If you see any in other debug files, please let me know.
Saturday, November 03, 2007
Files now stored with UTC time suffix
I am still testing these changes. Several programs had to be changed to know that the time is stored as UTC.
TCV Product Change from C coding to Z coding
In order to properly alarm this product, the Weather Message versions listed above need to be reconfigured. To manually reconfigure Weather Message, edit the "WxCtype.dat" file in the c:\program files\WxMesg or c:\program files\WxMesgNet directory. Remove the line that contains TCV.
You can optionally download an updated WxCtype.dat file from the Weather Message additional downloads page at http://www.wxmesg.com/misdownloads.htm. Scroll down to Updated FIPS product file. If you have alarms setup for TCV, you will need to double check them. After this change you will need to reselect "All Counties" or the individual counties based on your requirements.
Apparently when the product moved from experimental to operational, the NWS decided to change the UGC coding.
Tuesday, October 23, 2007
Geographical Warnings
A really neat application would be to have your gps equipped phone know when it is getting near or inside a watch or warning. Is that possible? Yes and it is not too difficult.
It would require one of two approaches.
1) Run an application on the smartphone that would send the current gps position to a weather server. The server would then search the active watch and warning products to see if the position is near or inside one of the watch and warnings. The application would then alert the user. I am thinking that it would have to send that position once per minute.
2) Run an application on the smartphone that would receive a SMS/email message that contains the polygon information. The application would then check the current position against the polygon and issue an alert. The information would only need to be sent once. It would be the applications responsibility to keep the active watch / warnings in memory and check once per minute to see if the phone was in a warned area.
With smart devices (phones and pda's) this application could work. Some major players in technology have been talking about this for sometime. They even want to put this in cars...
So can it be done on a Weather Message budget? I believe a low cost server solution is possible. All it would take is a user that wants this capability, a phone that supports Windows Mobile and a calling plan that allowed for unlimited SMS or reasonable internet access.
WxPda - Version 3.0 - Beta 2
Monday, October 22, 2007
WxPda - Version 3.0
I have run some very limited tests. I do not know if it will install on Pocket PC 2003 or Smart Phones. If you give it a try, please let me know your results.
I switched the display on my windows mobile 5 device to landscape and the software now looks correct. You can now use landscape on a windows mobile 5 without problems.
Sunday, October 14, 2007
Weather Message 3.2 Released
http://www.wxmesg.com/downloadsnet.htm . For information on what has changed in this release, please read the release notes.
There are over 56 changes in this release. Here are some highlights.
Highlights -
* Weather Message Server can now run as a Windows service.
* Support for storm based warnings. You can now alarm by latitude longitude.
* WxMap now supports painting polygons.
* WxMap has all colors located in one tab. You can now select the items that appear in the map legend.
* WxMap supports the NWS Zone and Marine layers. To use this feature you must download the latest map layers.
* See the release notes for a complete list of changes.
Thanks for all of your suggestions, bug reports and assistance with the software. Work will begin on version 3.3.
Suggestions for 3.3
- Multiple state support in one alarm.
- User manager.
WxDataSave, WxLocal and the Retransmission applications have been respectively released along with Weather Message 3.2. If you are using any of these applications, they must be upgraded at the same time you upgrade Weather Message.
Birmingham NWS Weather School
They have incorporated information about EMWIN into their annual Weather School. Because of this, they will not be holding an EMWIN workshop this year. If you are interested in attending an EMWIN workshop, I suggest you contact your local WCM and ask them to sponsor a class.
Sunday, October 07, 2007
Weather Message 3.2 Beta 9
This extra code was a result of the original conversion. I knew it was there, but did not realize the magnitude it had on the application. After removing the extra code from Weather Message Server Setup, the size of the "exe" was reduced by 30,000 bytes. I made the same changes in all of the applications - about 10 hours worth of work. This should help all of the programs load little faster and reduce the size of the installed application.
I have added a third option map layer to WxMap. This layer can be user defined or populated with the new rivers layer. I will be updating the map layers download to include an option rivers layer.
If the test reports on this beta are favorable, I will look at releasing beta 9 as the offical 3.2 release.
Look for the update later this evening.
Monday, October 01, 2007
Weather Message Webserver Crash
I am in the process of updating the website with the latest content. I hope it is back to normal by noon Tuesday.
Update 10/2/2007 - I believe the webserver is back to normal operation now....
Monday, September 17, 2007
WxMap - Polygon Styles
The Outline style has been renamed Area. Area paints the double lines around the warned area. The new style is named Outline. This style paints only an outline in the color of the alarm. It causes the program to not paint the county. Here are a couple of examples.


Sunday, September 16, 2007
Blogging - One year has passed
To the number of people that follow my development progress here -- thanks for taking the time to read this blog. This blog has received 5,793 hits since it was first started. Not alot, but then again, EMWIN and Weather Message are well kept secrets. Hopefully not for long - please keep spreading the word.
WxMap Polygons Release

This style is called pattern. The pattern is the color associated with the alarm color.

This style is called outline. The polygon is painted with an outline that is the color associated with the alarm color.
Sunday, September 09, 2007
WxMap - Polygon Support
Sunday, September 02, 2007
WxControl - Service Controller
1) The program now be setup to connect to two different servers. It will only connect to one at a time.
2) The Weather Message full install will have an option to only install WxControl. For those that want to only install WxControl, this option will meet that requirement.
---
From the initial reports that I have received, WxControl works great on a local network. It however does not work across an Internet connection. Due to the mechanism used, I have not been able to resolve this issue. More testing should reveal the nature of the problem.
Friday, August 31, 2007
Weather Radio Recall
Sunday, August 12, 2007
WxControl - Remote Operation
1) If you get an error 5 Access Denied, you have a security / authentication problem. See if you can create the same user name and password on both computers. The next Weather Message beta will reduce the security requirements for the server. That may also address the problem.
2) Windows XP SP2 and Windows Server 2003's firewall may disable remote access to named pipes. Try opening port 445. Here is a Microsoft article that discusses SQL Server, but the information applies to opening port 445. http://support.microsoft.com/kb/839269
3) See if named pipe security has been enabled - http://support.microsoft.com/kb/925890
If you have to use one of these means to obtain access, let me know what you did and I will see about automating the procedure.
Danny
Sunday, August 05, 2007
Service Controller now available
This gets another request off my list that has been there for some time. Version 3.2 contains a number of good enhancements that have required quite some time to implement. After some clean up work, I will be making other changes.
Sunday, July 29, 2007
Service Controller
I have spent the last week studying interprocess communications. I have decided to use named pipes since they appear to be quite efficient. Named pipes are basically memory files that can be shared across process boundaries. I need a way for a 'controller' application to talk to the server and get the screen updates. Named pipes should do this well.
The 2.0 framework does not have built-in support for named pipes, so it was necessary to write all of the code to communciate with named pipes. Support for named pipes will be in the Microsoft 3.5 Framework. That Framework however will not work on Windows 2000 computers. The 3.0 Framework does support a mechanism that I could have used, it also does not support Windows 2000.
I completed the routines today and the tests look good. I should be able to create the WxController application sometime this week. It will be a small application. The big change will be updating Weather Message Server so that it will send data to the connected controller application.
One good point is that named pipes can be used across a network. So it will be possible to run WxController on a remote computer to monitor the server. I will say that this is only recommended on fast networks. If the primary goal was to monitor remotely, then using tcp/ip sockets would be a better approach.
Monday, July 23, 2007
Fire Zones
There are some duplicate county names that may confuse users that do not know the difference between the forecast and fire zones. I added "FZ" before the names so that I could tell the difference.
I will include County_FZ_Z.dat with my normal distribution. If someone wants the fire zones, they can simply replace the stock County_Z.dat with County_FZ_Z.dat.
Note: Fire Zones are generally used in the Northwestern states.
Sunday, July 22, 2007
Weather Message Server - Service Support
The current version of Weather Message requires you to login before Weather Message will be started. The ability to run as a Windows Service alleviates the need to login. As soon as the computer boots, Weather Message will be started.
I still have a number of tests to run, but my initial tests have been successful. There are some additional enhancements that need to be made. Basically an interface needs to be written that will communicate with the Weather Message Server service.
Saturday, July 21, 2007
SSL Support for SMTP Instructions
Here is the direct link Secure SMTP Setup
Changes in file access routines
While changing these routines, I discovered that WxByte and WxIngest were creating the tracking file twice when the first block of a product was received. I eliminited one of those. That will reduce the number of writes to the harddrive.
I also made changes in Weather Message server that will reduce the number of times that it accesses a new product. It was checking the size of the file, then reading the file. This has now been incorporated into one file access.
Although the programs seem to run efficiently like they are now, these changes will make them more efficient and ready for the faster data stream.
Friday, July 13, 2007
SSL Support with 3rd Party Application
After alot of research, I discovered a free application that will create a secure tunnel to the smtp server. Stunnel is a universal SSL wrapper. I have tested it tonight with my ISP and it works fine. I also tested it with gmail with success. I will publish setup information on the WxMesg group about this application.
You will find information on Stunnel at http://www.stunnel.org/
Sunday, July 08, 2007
Polygons on WxMap

I am experimenting with placing polygons on WxMap. One of the problems is dealing with the color of the polygon?
This picture is not very clear, but the polygon is green. In WxMap is it clear and distinct.
Weather Message Version 3.2 Beta 1 Released
If you will be using the new polygon alarm, I would recommend that you set it up as a second alarm and leave your original alarm. It should be tested before replacing your original alarm.
If you will be using the new zone and marine layers, you will need to download the new layers. See the release notes.
Saturday, July 07, 2007
County and Marine Zones added to WxMap
County zones, in some cases, are different from the County Fips area. The Fips area represents the actual county outline. The Zones area may be for part of a county or extend into multiple counties.
The Marine zones cover the coastal waters and the Great Lakes.
Friday, July 06, 2007
Polygon Alarms Completed
If the message has this information, the software will determine if your latitude and longitude are inside the polygon. If not, it will then get the distance your latitude and longitude are from the nearest edge of the polygon. If it is within the radius you specified, the alarm will trip.
This feature will require careful testing. It will also require users to have a good understanding of polygon warnings. This capability requires that the incoming messages be properly coded.
Polygon Alarms - What is my latitude / longitude
Due to those restrictions, I created a public webpage that will allow users to get their latitude and longitude. I selected Google Maps for the provider. The webpage can be accessed from the Weather Message home page or directly at http://www.wxmesg.com/geomap/wxgeomap.htm
I will try to put a link in the setup program to take users to this webpage.
Thursday, July 05, 2007
Map Layers
I have updated the Weather Message .Net download page with the latest map files. The install includes two new options: Map Base - County Zones and Map Base - Marine. These will have to be installed before any of the new zone changes will work. If you install all of the layers, you will install approximately 54 megabytes of map data.
Wednesday, July 04, 2007
Polygon Status
This paves the way to start changes that will allow for an alarm based on a latitude / longitude. This was some involved code.
Saturday, June 23, 2007
Polygon Warnings
I will be looking at adding this ability after further research and study.
Map Changes - Combined Product List
The screen still allows you to add products by typing in the grid. For new users, the Add Product button will allow you to select the vtec combination, color and legend option.
This capability completes a set of involved changes that have been going on for the past 3 versions.
Sunday, June 17, 2007
Polygon Warnings Discussion
If anyone is interested, please join the group and make a comment.
http://tech.groups.yahoo.com/group/wxmesg/
Weather Message 3.1 released
This release gets us back on track with quarterly updates to Weather Message.
I should start this afternoon preparing the software for a version 3.2 beta.
Sunday, June 10, 2007
Version 3.1 Beta B
If all goes well, I will go ahead publish the official release.
Saturday, June 09, 2007
Auto Startup Options
The next update will automatically remove existing startup shortcuts from the "Startup" folder and move them to the registry. Each program can then easily change the "startup" option. You will find the option "Auto Startup". The valid entries are "No", "Yes" for the current user, or "Everyone" for all users.
Sunday, June 03, 2007
LAT...LON decoding
Saturday, June 02, 2007
Testing Alarms
This should help alot of users with testing alarms. Especially alarms that generate emails or pages.
Monday, May 28, 2007
Weather Message 3.1 Beta 9 Released
I have a number of pending changes that I am looking at now. I may hold them so that 3.1 can be released and make them available in the 3.2 beta.
Sunday, May 27, 2007
Changes to consider
1. Add the ability to test the smtp settings from the email setup options window.
2. Add the ability to create a test message from the main setup screen. Right click on an alarm and select "Test Alarm" or "Send Test".
3. What about having a test option on the email, page, and fax group page. Right click on a group and select "Send Test Message". (This could probably be accomplished with item 2)
4. Consider disabling the state and county boxes when the product is not coded as having UGC. The same for VTEC. (There are warning messages now.)
From a support position, I believe items 1 and 2 need to be completed. Some users have difficulty getting their email server information setup properly. A test option would let them know if they have that part correct.
Item 2 would be a big help with "knowing that it works". It however would basically require me to rewrite WxMesgText in the setup program.
Sunday, May 20, 2007
Retry ability added to the paging subsystem
Both options are available for http-get, http-post, snpp and wctp. The number of retries is available for TAP. Neither option is available for pagegate.
The Fax subsystem has always had support for retries. The number of retries are currently hardcoded in the software.
Saturday, May 19, 2007
ByteBlaster Server Beta Changes
With that thought in mind, I have implemented changes in the ByteBlaster Server code to compress the data block and make it variable length. My initial tests for a 20 minute period indicates a 30% decrease in packet size. This test period included a number of graphic products that do not compress.
I will be testing this server code on my production system. I will release a beta version of Weather Message that incorporates these changes in WxByte. If the tests are successful, I will publish a paper on the protocol changes.
Sunday, May 06, 2007
Scripting
Map Changes
The other color products now have the option "legend". If you check this item, the product is added to the legend on the main window.
I have added a label counties option to the map menu. This option will try to label counties depending on the zoom level. The program attempts to fit the county name inside the county. Right now the program requires 60 pixels of space to show the county name. Zooming in will show more of the names. I may need to add an option to allow users to set the minimum pixel size.
I have found that if you enable this option while there are active alarms, it may take a little while for the program to label the active counties. The same goes for disabling the alarms. I will find out why the mapping program does that. The name is displayed with a yellow background to help make it stand out. This also may require a user setting.
The next change for the map involves optimization. Right now when a new product is received, the program redraws all of the active weather. This takes a considerable amount of CPU time. This change will be involved. I will see if I can get that started today. This issue must be resolved before adding other capabilities.
Thursday, April 26, 2007
Radar Server Problems?
It turns out that there is some problem with the radar server. It almost looks like they have discontinued the radar on that server. A quick check through the nws site found that the radar was working. After some digging I found that they were pulling radar from another location http://origin-radar.weather.gov
There is a registry key that can be created to use this server. I sent that information to the few users that asked about it this afternoon. I have sent emails to several NWS addresses to see what is happening.
WxScheduler - Script Support
The scripts must conform to the syntax in vb.net 2005. WxScheduler compiles the scripts before running them, allowing them to be more efficient.
I am sure there will be some questions about this capability after it is released.
Sunday, April 01, 2007
Windows Vista Desktop Problem
ProFTPD
It appears that this ftp server returns a 450 status code instead of 550. I have sent an email to my ftp vendor about this problem. Hopefully I will know more next week.
Version 3.1 Beta
Depending on the reports that I receive over the next couple of weeks, I may go ahead and release 3.1. There were a couple of problems that could be issues for new users.