neunode
neunode copied to clipboard
neunode.a source
Please check in the source for neunode.a.
Thanks
I'm also interest into neunode.a source code. Sound interesting.
(and challenging)
Any intention to open neunode.a?
I cannot find examples of how to "call Objective-C code from JavaScript, and fire asynchronous events from Objective-C to JavaScript".
Sent from my iPhone
On 9 Jul, 2013, at 1:09 AM, "Martin Magakian" [email protected] wrote:
(and challenging)
— Reply to this email directly or view it on GitHub.
hi ngzhongcai, checkout https://github.com/marcuswestin/WebViewJavascriptBridge and https://github.com/marcuswestin/WebViewJavascriptBridge/issues/30
Does it help ?
Haha, yes it does. Came to the same conclusion after some googling. Removed the post on the Facebook support page, but not here on GitHub. Thanks!
I spent sometime this morning exploring neunode. The ip addresses returned from the examples appeared to be localhost and not discoverable from outside. Still working at it.
Sent from my iPhone
On 9 Jul, 2013, at 1:34 PM, "Martin Magakian" [email protected] wrote:
hi ngzhongcai, checkout https://github.com/marcuswestin/WebViewJavascriptBridge and marcuswestin/WebViewJavascriptBridge#30
Does it help ?
— Reply to this email directly or view it on GitHub.
I think you can access it from outside. At least on wifi. Try with a real device and try to find the ip address of your (real only ?) device.
Accessing over a 3g connection seem controversial. I can't find anything clear about the subject. http://stackoverflow.com/questions/11241026/for-my-task-how-should-you-communicate-between-iphone-devices-over-the-3g-networ
Not sure if I'm doing it correctly... To test if can access using public ip of my device,
- on my laptop I go to whatismyipaddress.com to get the public facing IP address
- I ran the chat application inside neunode
- I tried telnet using the public ip I found earlier plus port 1337
Cannot work. But am sure I must have done something wrong.
I tried the nodejs method "remoteaddress" but think its not implemented?
Sent from my iPhone
On 9 Jul, 2013, at 2:54 PM, "Martin Magakian" [email protected] wrote:
I think you can access it from outside. At least on wifi. Try with a real device and try to find the ip address of your (real only ?) device.
Accessing over a 3g connection seem controversial. I can't find anything clear about the subject. http://stackoverflow.com/questions/11241026/for-my-task-how-should-you-communicate-between-iphone-devices-over-the-3g-networ
— Reply to this email directly or view it on GitHub.
I actually never try it. (I just discover the project)
It look like you can't do it then. Or neuNode "localhost" server can't do it. Maybe someone else can help...
@snakajima I was super-excited about this project until I discovered the closed-source component.
Please release the source code for neunode.a! I would really love to use this in a project, but I can't if I don't have the capability to rebuild the static library myself. Apple is going to continue to release new architectures, and I can't include a dependency that can't be rebuilt for new hardware.
OK, I just downloaded the project and tried it out... this is awesome functionality! I think a lot of people would use this and contribute to it if they had the full source to the project.
I think you have a very good point. I'll open source it shortly.
Satoshi
On Thu, May 8, 2014 at 11:11 AM, pjenkins-cc [email protected]:
OK, I just downloaded the project and tried it out... this is awesome functionality! I think a lot of people would use this and contribute to it if they had the full source to the project.
— Reply to this email directly or view it on GitHubhttps://github.com/snakajima/neunode/issues/2#issuecomment-42584717 .
Fantastic! Thanks very much
Good news ! I wonder how it's done.
Thanks
:+1:
ya i dont think its compiled for 64 bit arm, like i'm getting linker errors on my iphone 6 but no linker issues with earlier archs. how did you compile can you recompile for the new apple arm chip?