1. Create a database with records of CAS and STR and fast service broadcast RTCM. The schema is very simple. 2. Simple console p rogram (C# .NET 2.0) collects CAS and STR records to database . I used the site http://rtcm-ntrip.org:2101 as root site. The total number of unique CAS records (servers) = 280. The total number of STR records = 8822 . For DGPS support, I use only RTCM 2/3 mountpoints = 6934 records. 3. Query to find the STR channel using coordinates (also possible to use the Cell ID data from GSM module and opencellid to approximate the coordinates.) declare @Latitude real , @Longitude...