for the first start condition, i will try to implement a rfc2217 server and share the usb-serial port over network i´m not a good programmer at visual studio yet, but well it will be a nice develop maybe i could share this code here, any problem? after this first start i will try to read more about owfs i think it´s the fast path to me, since i need this windows ce running owfs really soon and i have a computer on network to do the owserver job =)
sure, i will read cegcc and others gcc compilers to know what could be the fast path to port owfs to windows ce i don´t know many about owfs code... what libs we have in C code? you talked about only 'single' libs (threads, math, strings, sockets, serial) i know that have some libusb (that i don´t think it will work on windows ce since usb is a bit confusion in windows ce devices, i think only usb-serial will be nice), fusefs (don´t use too) and what other? i compiled for windows one time, and it was easy ./configure make all done.... maybe we will have problem since cygwin isn´t allowed in windows ce :/ 2012/5/26 Roberto Spadim <[email protected]>: > yes i´m reading about some visual studio 2008 (compact .net framework > version 3.5) i think it´s the best since cover many windows ce 5.0, > 6.0, windows mobile and others windows for pocket pcs... > well the threads i think will be a problem > i didn´t read about cegcc yet but, i don´t know if it implement all > libs that we will need to compile owfs > > the ahavi, mdns and others networks tool in owfs are libraries or raw C code? > > 2012/5/26 Paul Alfille <[email protected]>: >> Would the cegcc project work? http://cegcc.sourceforge.net/ >> >> Our windows port usually uses cygwin, which does not support CE. >> The cegcc project's wiki doesn't load for me so I can't figure out if the >> posix api is supported. >> >> Basically owfs uses straight C but uses posix threads, posix serial port and >> socket handling, and libusb. Cygwin supports all these. >> >> Paul >> >> On Fri, May 25, 2012 at 9:49 PM, Roberto Spadim <[email protected]> >> wrote: >>> >>> hi guys >>> any news here? >>> some porto to windows ce? any idea how to port? >>> we could start a porto to visual studio at windows (XP, 7, vista) and >>> after go to windows ce >>> >>> 2012/5/23 Roberto Spadim <[email protected]>: >>> > hi guys... >>> > i was using some android tablets to develop some web sites >>> > now i started some development at windows ce with .net framework >>> > >>> > does anyone know if we can port owfs to .net? or maybe windows ce >>> > plataform? >>> > just serial (usb-serial converters + ds2480b), rfc2217 and owserver bus >>> > masters >>> > >>> > -- >>> > Roberto Spadim >>> > Spadim Technology / SPAEmpresarial >>> >>> >>> >>> -- >>> Roberto Spadim >>> Spadim Technology / SPAEmpresarial >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Owfs-developers mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/owfs-developers >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Owfs-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/owfs-developers >> > > > > -- > Roberto Spadim > Spadim Technology / SPAEmpresarial -- Roberto Spadim Spadim Technology / SPAEmpresarial ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
