8000 GitHub - philipwutang/TIVAWebServer: Arduino Microcontroller Web Server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

philipwutang/TIVAWebServer

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiva-httpd

A web server designed for a Tiva C microcontroller equipped with an Orbit Boosterpack

How to use:

Run the redirect script

To run the redirect script, do:

sudo python redirect.py [IP]... [PORT]...

where IP is the ip you are listening on and where PORT is the port you want to listen with. For example:

sudo python redirect.py localhost 80

You can also use the flag -d to set the device you want to listen to.

Upload the code to your tiva

And that's it! All you have to do now is go to a web browser and try to access the webpage at:

http://[IP]:[PORT]/

Using our previous example:

http://localhost:80/

Then you can upload your files to the webserver and enjoy :)

Credits

This project was coded by Philip Tang and Manuel Dionne

About

Arduino Microcontroller Web Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0