Results 1 to 4 of 4

Thread: Data Transfer

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Data Transfer

    Hello All,
    We have to get the data from a Ship to a Data centre which is located in a city. And the Ship has broad band connection via
    Satellite . So for capturing data from the ship we suggested to create a WCF services which will be deployed in Ship. And the Application
    Running on the Data center will call the service and get the data and upload it to the data centre . The same type of Application
    will be deployed in the data center to upload the data to the ship.

    Any other suggestions ?

    Thanks in Advance
    Dana
    Please mark you thread resolved using the Thread Tools as shown

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Data Transfer

    It seems a bit odd to have a client and a server at both ends. I guess that's the way to do it if you want to pull in both directions but I would have thought that the more natural way would be to have one server at the data centre and one client on the ship, with the client pulling data down and pushing data up.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Data Transfer

    Thanks Jhon. We suggested this one . They need a Primary Server which has to be located in Ship which has the web application and the user enter real data using this application. Some times this application requires the data from/to the data centre.
    Please mark you thread resolved using the Thread Tools as shown

  4. #4

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Data Transfer

    And one more update is the method of placing the application in server some times the Ship May lost the communication with the data centre and the application in the ship needs to work stand alone. When the network connection recovers the data from local application to be synchronized with Data centre
    Please mark you thread resolved using the Thread Tools as shown

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width