FUSE is designed to provide user space support for what is usually put into the kernel space. I'd suggest that if you are going to write an application on an iPhone that this isn't going to make sense as apple don't let you have access to a kernel on a normal iPhone (not sure about the jail broken ones but I wouldn't be worried about targeting such a small target audience). Android I think is also going to be tricky but you can hack it apart but again the target audience could be limited here.

So I personally don't see the point of porting macfuse to a mobile platform, just write an equivalent library that you can use in your applications. If you think about it you should be able to write a library in such a way that you can share code between platforms (iPhone and mac at least so a c/c++/obj-c library, android is java)

Cheers,

Sam

--
Sam Moffatt
http://pasamio.id.au
Note: I'm not at my desk, responses may be delayed

On 22/05/2010, at 11:17 AM, freedev <[email protected]> wrote:

Hello,

I'm and independent developer and I was trying to create an
application to share documents with computers or mobile devices.
For example, you put some document inside a folder on your computer
and magically these documents appear and are available into another
computer or mobile device.
I know, it isn't a new idea and there are a couple of applications
that already do this.
But I would like to use FUSE and understand if it could be good enough
to port on mobile phones.
For example on Iphone (may be Android in future).
So the question is:
do you know if there is anybody that have tried to port MacFUSE on
iPhone?
If I would like to start writing an iPhone application with MacFUSE
support can you give me some tip to start?

Thanks in advance for time spent reading my email,
freedev

--
You received this message because you are subscribed to the Google Groups "MacFUSE" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected] . For more options, visit this group at http://groups.google.com/group/macfuse?hl=en .


--
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en.

Reply via email to