How to start RPC service

Till Straumann strauman at slac.stanford.edu
Mon Oct 22 15:42:57 UTC 2007


Arquer Stephane wrote:
> Hello,
>
> I'm trying to run Transport Sample Protocol with an rtems application. The tsp provider need RPC for the communication with the consumer, the server return the error message : "Cannot register the service: RPC: Timed out" .
> How can I start RPC service ?
>
> Thanks.
>
> Stéphane.
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   
You probably have forgotten to start the portmapper:

rtems_rpc_start_portmapper( task_priority );

HTH
-- Till




More information about the users mailing list