Results 1 to 1 of 1

Thread: C Language WEB SERVICE

  1. #1
    Join Date
    Aug 2006
    Posts
    1

    C Language WEB SERVICE

    Sorry It may not be the right place to dicuss this query but i will be glad if someone is able to help me in this problem.

    I have an application Vehicle simulator that has been developed using LabWindows/CVI 6.0 by National Instruments in C language. It is a GUI TOOL used to simulate projects. It resides on a SIMULATOR PC in ITALY and the SIMULATOR PC is connected to Physical Hardware on which simulations are performed. The simulation models are created using different software and client can also create simulation model on remote locations but they can simulate it only on SIMULATOR PC located in italy. Now I want to make the SIMULATOR PC a WEBSERVER and the Vehicle Simulator application that is written in C language a WEB SERVICE so that client can access this WEBSERVICE from remote location can perform simulation on real Hardware located in ITALY.

    Here are the steps to start simulation

    - menu Config->Open project... to select one project
    - menu Simul->Load configuration to load projects
    - menu Simul->Start to run the simulation
    - menu Simul->Stop to stop the simulation

    client require to access the GUI Tool

    menu Config->Open project... to select one project
    - menu Simul->Load configuration to load projects

    client will load the configuration present on their local drive.

    - menu Simul->Start to run the simulation
    client will start simulation then on SERVER system

    - menu Simul->Stop to stop the simulation on SERVER system

    client can stop the simulation and the result of simulation will be transferred back to client system.

    Please suggest me an way in this situation

    Nawaz Khurshid
    Last edited by Rincewind; 03 Aug 2006 at 09:00 AM. Reason: Read the rules regarding posting of email addresses

Posting Permissions

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