[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to start RPC service



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