Sign Up

IG HTTP Server by Illuminated G - Toolkit for LabVIEW Download

HTTP Web Server implemented with 100% LabVIEW. Includes HTTPS, Form handling, Sessions, WebSocket Upgrades, and more.

* 0 ↓131
 logo
Version0.5.1.30
ReleasedNov 22, 2022
Publisher Illuminated G
License MIT
LabVIEW VersionLabVIEW>=20.0
Operating System Windows, Mac, and Linux
Project links Homepage  

Description

HTTP Web Server for LabVIEW applications. Provides easy to use common features such as file serving and request handling akin to LabVIEW Web Services. The underlying processing flow is comprised of many steps that can be augmented with additional functionality by registering interface implementations specific to each step.

This project is under active development and as such should not be considered a secure web server implementation without your own verification with the features you use. This server does aim to default to the more secure option when possible and enables important features such as HTTPS and secure WebSockets but care should always be taken any time a server is exposed to a network.

The github repository at https://github.com/illuminated-g/lv-http-server provides most of the high level documentation and there are plenty of examples to demonstrate the available features.

Features of this web server include:
- HTTPS including automatic redirecting from port 80 to the HTTPS port
- File Serving - includes protections against attacks trying to ascend out of the specified root folder
- Sessions (& Cookies) - Ability to store user data server side across requests
- WebSocket connection upgrades - Enable WebSocket connection by request path at the same port the web content is accessed at.
- CSRF tokens to make it easier to protect against POST and other submission attacks
- Request processing trace logging - Useful for debug and performance testing
- Authentication framework - Automated redirects to login page, logout handling, ability to plug in implementations for users and user providers to identify requests, and utilities for ensuring passwords are handled in a more secure manner.
- Debug mode to respond to error requests with the full error message

Needs work:
- Caching - implemented but caching handlers don't react to cache headers properly.

Release Notes

0.5.1.30 (Nov 22, 2022)

- Pull WebSocket example message callback into folder which was mistakenly saved out of source.

Known Issues:
- Cache control does not work properly.

derrickb was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts