Error building the androidEmptyExample [SOLVED]
yes, if you can send a PR with both that'd be great
View ArticleNo network possible aside from the local network
I tried testing the same programs on a linux mint device (using wine). The results were the same. Nothing gets through.
View ArticleNo network possible aside from the local network
What IP address are you using ? Seems like you are using an external IP
View ArticleNo network possible aside from the local network
My IPv4 address is believe. Forgive me, I am a bit new to this. The IP i receive when I use: http://whatismyipaddress.com/
View ArticleNo network possible aside from the local network
that won't work, that's the external ip of your router not the ip of your computer. if you are in windows you can get the ip of the computer running ifconfig on a console
View ArticleNo network possible aside from the local network
I knew I did something stupid. When i use ipconfig in the command prompt I get a 192.168.178.x IP, but how do I send to other computer that aren't in my local network?
View ArticleNo network possible aside from the local network
you need to open the corresponding ports in your router and redirect them to the internal ip of the computer. osc uses udp so you'll need to specify that it's for the udp protocol not tcp there's...
View ArticleNo network possible aside from the local network
you need to redirect ports in your target router to reach the local ip of your machine from the wide area network ip address
View ArticleWarning : before upgrading to Xcode 7
Did you change the settings of the "target" instead of "project" as in the attached image? targetSettings.png771x353 108 KB
View ArticleNo network possible aside from the local network
This got complicated quickly. Thank you guys for helping me. I will look for a way to open the ports in the target routers. My program uses the ofxUDPManager and my firewall identifies it as a UDP...
View ArticleNo network possible aside from the local network
this is a low level network issue, not an aopenFrameworks issue. You need to open the port on the target router to succeed.
View ArticleXcode 7 + Project Generator
Just hit this problem with 0.8.4 after upgrading to XCode 7. Can anyone suggest a workaround for compiling old projects?
View ArticleXcode 7 + Project Generator
Aah -- found it here. http://forum.openframeworks.cc/t/warning-before-upgrading-to-xcode-7/20755/13 To late for me
View ArticleWarning : before upgrading to Xcode 7
I've just tried but the error is still there," 'openssl/opensslconf.h' file not found" .
View ArticleNo network possible aside from the local network
Alright, it works with my router gates open. But there must be a easy way around this right? Listen servers for games and programs like Skype or team viewer do it all the time.
View ArticleWarning : before upgrading to Xcode 7
We'll see how long this lasts, but I'll try to save some people some trouble: MacOSX10.10.sdk.dmghttps://www.dropbox.com/s/8gnc4vdowej9jfj/MacOSX10.10.sdk.dmg?dl=0
View ArticleNo network possible aside from the local network
there's some tricks to open a port, "punch a hole" in a NAT router. the most common is to use ICE and a STUN server. https://github.com/arturoc/ofxNice uses libnice which allows to do that but it's...
View ArticleNo network possible aside from the local network
Thank you very much for the help! I am afraid i want to use it as demo software on many different occasions with non technical people using and installing it. Its a lot more complex than i originally...
View ArticleNo network possible aside from the local network
also if your application is not going to generate a lot of traffic another possibility is to create a small app in a server that works as a kind of proxy between the peers
View Article