Skip to content
forked from bakercp/ofxHTTP

A suite of HTTP tools in pure POCO, Web Server, Web Client, etc.

Notifications You must be signed in to change notification settings

laserpilot/ofxHTTP

 
 

Repository files navigation

ofxHTTP

ofxHTTP is designed to work best using Project Generator.

NOTE: Requires the following addons:

Some examples require:

This is the second development release. The web socket examples have been removed and users are encouraged to use the https://github.com/bakercp/ofxJSONRPC examples instead. They are much more useful.

A suite of HTTP tools in pure POCO, Web Server, Web Client, etc.

Other notes:

If your server serves up files that are downloaded by the browser rather than displayed, make sure you have a mime.types file defined in your data folder like this https://github.com/bakercp/ofxHTTP/tree/master/example_basic_file_server/bin/data/media

All web servers can be run from the cloud. To run the examples, download openFrameworks onto the server. Usually you will download a Linux64 build and will do this over ssh while connected to your web host. Then build the core library according to the linux tutorials. Then make sure that your security settings ("Security Groups" on Amazon EC2) allow incoming connections on the your chosen server ports (the default is 8080). So, for port 8080, you would allow inbound connections from 8080 0.0.0.0/0. Then launch the server with make && make run to build and run it the server. It is up to you to figure out the best way to enable the server at system startup and keep the server running if there are any crashes. Enjoy!

Currently in use in ofSketch and other projects.

About

A suite of HTTP tools in pure POCO, Web Server, Web Client, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • Objective-C 1.6%
  • CSS 0.3%