Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wpinet] Add simple web server #7527

Merged
merged 14 commits into from
Dec 14, 2024
Merged

Conversation

PeterJohnson
Copy link
Member

@PeterJohnson PeterJohnson commented Dec 8, 2024

Example use:

WebServer.start(5800, Filesystem.getDeployDirectory());

TODO:

  • Generate pages for directory browsing
  • Support PUT and DELETE operations (deferred)
  • Fix Windows

Closes #2518

@PeterJohnson PeterJohnson requested a review from a team as a code owner December 8, 2024 21:51
@github-actions github-actions bot added the component: wpinet WPI networking library label Dec 8, 2024
@PeterJohnson PeterJohnson merged commit a1b642a into wpilibsuite:main Dec 14, 2024
45 checks passed
@PeterJohnson PeterJohnson deleted the webserver branch December 14, 2024 19:51
Gold872 added a commit to Gold872/elastic-dashboard that referenced this pull request Dec 15, 2024
Depends on wpilibsuite/allwpilib#7527

- Adds the ability to download and merge a layout from a robot via HTTP
- Deprecates the Shuffleboard API support as remote downloading is much
more reliable and easier to maintain

Resolves #134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: wpinet WPI networking library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a simple File Server to wpiutil
3 participants