Wednesday, 5 February 2014

Publishing data over internet real time using LabVIEW SCCT 3.0

if our program is going to run local area network, we don't have any problem we can use the ipadrress or pc name in the host field of the subscriber side program.

but if we want to publish the data over internet, we cannot use pc name and using ipaddress may be difficult like remembering the address etc.

alternatively we can create dns for the PC in which publisher program is running. There are two ways to create dns for our ip address

1. Creating Free DNS
2. Webhost

1. Creating Free DNS
we can create a free dns in https://www.dnsdynamic.org

  • Signup
  • Activate account
  • Enter easy understandable name to your IP
  • Check availability for your preferred name











    • If available, enter the Ip address for which it has to point to
    • Click add
    • Now you easy to remember host address is ready for your subscriber program
    2. Webhost
    If you already own website the you can create much better host address for your subscriber program
    • Login to web host account
    • go to domain management section

    • created subdomain (for example. if your site name www.yoursite.com, create a subdomain of yourprefferedname.yoursite.com)
    • Check for zone editor in your domain manager page

    • choose the subdomain that you have created and enter your publisher IP address in the point to field.
    • Now your yourprefferedname.yoursite.com is your host address for your subscriber program.
    If you have any question please contact me.

    No comments:

    Post a Comment