From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <58205D17.2080908@numalliance.com> Date: Mon, 07 Nov 2016 11:53:11 +0100 From: =?ISO-8859-1?Q?St=E9phane_ancelot?= MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai] reading/writing files api List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "xenomai@xenomai.org" Hi, In realtime contexts, it is sometime needed either to log into files some data, or to upload/download a firmware . This means that realtime context must dialog and exchange buffers with a non realtime process. This process is in charge of opening/reading /writing file in the non realtime side. Maybe some people have already implemented these kind of tasks. Defining a common api / program in xenomai to permit this would be nice. What do you think about it ? Regards, S.Ancelot