Hello everybody. I've done my reading on GSM these last months and have a general ideea how it works. I would like to try to run osmocom on Windows (hope don't get stoned for this :) ) I've been going throgh the files and see how interprocess communication is done (between osmocom and osmoload for example). Do you have any recommendation about what to use on windows as the interface between the 2 programs? Has anyone else tried it? Cheers, Mihai.
2010/10/6 eisencah eisenach wbg_1000@yahoo.com
Hello everybody. I've done my reading on GSM these last months and have a general ideea how it works. I would like to try to run osmocom on Windows (hope don't get stoned for this :) ) I've been going throgh the files and see how interprocess communication is done (between osmocom and osmoload for example). Do you have any recommendation about what to use on windows as the interface between the 2 programs? Has anyone else tried it?
Have you tried to use http://www.cygwin.com/ ?
I would like to compile the hole thing for windows (change in the osmocore lib the suport functions - use maybe pipes instead of sockets). Mihai.
--- On Wed, 10/6/10, Maciej Grela maciej.grela@gmail.com wrote:
From: Maciej Grela maciej.grela@gmail.com Subject: Re: osmocom on windows To: "eisencah eisenach" wbg_1000@yahoo.com Cc: baseband-devel@lists.osmocom.org Date: Wednesday, October 6, 2010, 8:02 PM
2010/10/6 eisencah eisenach wbg_1000@yahoo.com
Hello everybody. I've done my reading on GSM these last months and have a general ideea how it works. I would like to try to run osmocom on Windows (hope don't get stoned for this :) ) I've been going throgh the files and see how interprocess communication is done (between osmocom and osmoload for example). Do you have any recommendation about what to use on windows as the interface between the 2 programs? Has anyone else tried it?
Have you tried to use http://www.cygwin.com/ ?
I would like to compile the hole thing for windows (change in the osmocore lib the suport functions - use maybe pipes instead of sockets).
I think you're on your own on this one.
The only core developer using windows is Dieter and AFAIK he does use cygwin.
Good luck ... you're probably gonna need it.
Sylvain
eisencah eisenach wrote:
I would like to compile the hole thing for windows (change in the osmocore lib the suport functions - use maybe pipes instead of sockets).
If you do it, may I suggest that you switch to using some IP based sockets for IPC. Then it'll work on Windows just fine with fairly little change. (send() instead of write() etc.)
//Peter
baseband-devel@lists.osmocom.org