Help for this page

Select Code to Download


  1. or download this
    import xmlrpclib
    
    ...
    server.register_function(write_symbol,"write_symbol")
    
    server.serve_forever()
    
  2. or download this
    use Frontier::Client;
    
    $client = Frontier::Client->new(url =>"http://localhost:8000");
    
    return $client->call('read_symbol',$variable);