Difference between revisions of "HACKERS and HOSPITALS"

From LibrePlanet
Jump to: navigation, search
(147 Add ClearCanvas and shorten links)
(Shorten links)
Line 430: Line 430:
 
* ApolloBVM (Arduino)
 
* ApolloBVM (Arduino)
 
** Controller code for a bag squeezer.
 
** Controller code for a bag squeezer.
** https://github.com/apollobvm/apollobvm
+
** [https://github.com/apollobvm/apollobvm Source]
 
** License: GPL-3.0
 
** License: GPL-3.0
 
* Open Source Ventilator Remote Monitor
 
* Open Source Ventilator Remote Monitor
 
** Monitor several ventilators remotely.
 
** Monitor several ventilators remotely.
** https://github.com/Open-Ventilator-Remote-Monitoring/ventilator-remote-monitoring
+
** [https://github.com/Open-Ventilator-Remote-Monitoring/ventilator-remote-monitoring Source]
 
** [https://directory.fsf.org/wiki/Open_Source_Ventilator_Remote_Monitor_Project FSD]
 
** [https://directory.fsf.org/wiki/Open_Source_Ventilator_Remote_Monitor_Project FSD]
 
** Demo: http://www.ventilatormonitor.com/
 
** Demo: http://www.ventilatormonitor.com/
Line 440: Line 440:
 
* Corona Display
 
* Corona Display
 
** View output from a ventilator.
 
** View output from a ventilator.
** https://github.com/julianbruegger/corona-display
+
** [https://github.com/julianbruegger/corona-display Source]
 
** License: GPL-3.0
 
** License: GPL-3.0
  
 
CAD:
 
CAD:
  
* OpenSCAD
+
* [http://www.openscad.org/ OpenSCAD]
** http://www.openscad.org/
+
** [https://github.com/openscad/openscad/ Source]
** https://github.com/openscad/openscad/
 
 
** [https://directory.fsf.org/wiki/Openscad FSD]
 
** [https://directory.fsf.org/wiki/Openscad FSD]
* FreeCAD
+
* [https://www.freecadweb.org/ FreeCAD]
** https://www.freecadweb.org/
+
** [https://github.com/FreeCAD/FreeCAD Source]
** https://github.com/FreeCAD/FreeCAD
 
 
** [https://directory.fsf.org/wiki/FreeCAD FSD]
 
** [https://directory.fsf.org/wiki/FreeCAD FSD]
* Blender
+
* [https://www.blender.org/ Blender]
** https://www.blender.org/
+
** [https://developer.blender.org/diffusion/B/ Source]
** https://developer.blender.org/diffusion/B/
 
 
** [https://directory.fsf.org/wiki/Blender FSD]
 
** [https://directory.fsf.org/wiki/Blender FSD]
* ImplicitCAD
+
* [http://www.implicitcad.org/ ImplicitCAD]
** http://www.implicitcad.org/
+
** [http://kalli1.faikvm.com/ImplicitCAD/Stable Source]
** http://kalli1.faikvm.com/ImplicitCAD/Stable
 
 
** [https://directory.fsf.org/wiki/ImplicitCAD FSD]
 
** [https://directory.fsf.org/wiki/ImplicitCAD FSD]
* SolveSpace
+
* [http://solvespace.com/index.pl SolveSpace]
** http://solvespace.com/index.pl
+
** [https://github.com/solvespace/solvespace Source]
** https://github.com/solvespace/solvespace
 
 
** [https://directory.fsf.org/wiki/SolveSpace FSD]
 
** [https://directory.fsf.org/wiki/SolveSpace FSD]
  
 
Slicing for printing:
 
Slicing for printing:
  
* Cura
+
* [https://www.lulzbot.com/cura#download Cura]
** https://www.lulzbot.com/cura#download
 
 
** [https://directory.fsf.org/wiki/CuraEngine FSD]
 
** [https://directory.fsf.org/wiki/CuraEngine FSD]
* Slic3r
+
* [https://slic3r.org/ Slic3r]
** https://slic3r.org/
+
** [https://github.com/slic3r/Slic3r Source]
** https://github.com/slic3r/Slic3r
 
 
** [https://directory.fsf.org/wiki/Slic3r FSD]
 
** [https://directory.fsf.org/wiki/Slic3r FSD]
  
 
3D print server:
 
3D print server:
  
* OctoPrint
+
* [https://octoprint.org/ OctoPrint]
** https://octoprint.org/
+
** [https://github.com/OctoPrint/OctoPrint Source]
** https://github.com/OctoPrint/OctoPrint
 
 
** [https://directory.fsf.org/wiki/OctoPrint FSD]
 
** [https://directory.fsf.org/wiki/OctoPrint FSD]
  
 
Pandemic tracking:
 
Pandemic tracking:
  
* The Fevermap
+
* [https://fevermap.net/ The Fevermap]
** https://fevermap.net/
+
** [https://gitlab.com/fevermap/fevermap/ Source]
** https://gitlab.com/fevermap/fevermap/
 
 
* Symptomradar
 
* Symptomradar
** https://github.com/futurice/symptomradar
+
** [https://github.com/futurice/symptomradar Source]
 
*  OpenTrace
 
*  OpenTrace
** https://github.com/opentrace-community
+
** [https://github.com/opentrace-community Source]
 
* Corona Stats
 
* Corona Stats
** https://gitlab.com/AuroraOSS/CoronaStats
+
** [https://gitlab.com/AuroraOSS/CoronaStats Source]
 
* Coronavirus (Covid-19) Data in the United States from The New York Times
 
* Coronavirus (Covid-19) Data in the United States from The New York Times
** https://github.com/nytimes/covid-19-data
+
** [https://github.com/nytimes/covid-19-data Source]
 
** Graphs: https://old.reddit.com/user/bgregory98/submitted/
 
** Graphs: https://old.reddit.com/user/bgregory98/submitted/
  
Line 504: Line 495:
 
* DP-3T Decentralized Privacy-Preserving Proximity Tracing
 
* DP-3T Decentralized Privacy-Preserving Proximity Tracing
 
** How?  Phones generate randomized IDs that is broadcasted to nearby devices.  Phones remember these IDs, and IDs they received.  Upon infection, saved random IDs (the ones sent, not the ones seen) are uploaded to a database that is trusted to, and only to, not add fake EphIDs, or remove any events, and to be available.  A few times a day, check the database of your local authority to see if any new IDs match any seen IDs.
 
** How?  Phones generate randomized IDs that is broadcasted to nearby devices.  Phones remember these IDs, and IDs they received.  Upon infection, saved random IDs (the ones sent, not the ones seen) are uploaded to a database that is trusted to, and only to, not add fake EphIDs, or remove any events, and to be available.  A few times a day, check the database of your local authority to see if any new IDs match any seen IDs.
** https://github.com/DP-3T/
+
** [https://github.com/DP-3T/ Source]
 
** License: MPL-2.0
 
** License: MPL-2.0
 
* liben
 
* liben
 
** Exposure notifications implementation for GNU/Linux.
 
** Exposure notifications implementation for GNU/Linux.
** https://gitlab.freedesktop.org/alyssa/liben/
+
** [https://gitlab.freedesktop.org/alyssa/liben/ Source]
 
** License: GPL-2.0-or-later
 
** License: GPL-2.0-or-later
  
Line 515: Line 506:
 
* vaccine-checker
 
* vaccine-checker
 
** Notification for local vaccine availability in India.
 
** Notification for local vaccine availability in India.
** https://github.com/abishekvashok/vaccine-checker
+
** [https://github.com/abishekvashok/vaccine-checker Source]
 
** License: MIT
 
** License: MIT
  
Line 530: Line 521:
 
** [https://directory.fsf.org/wiki/Orthanc FSD]
 
** [https://directory.fsf.org/wiki/Orthanc FSD]
 
* [https://clearcanvas.github.io/ ClearCanvas] - medical imaging
 
* [https://clearcanvas.github.io/ ClearCanvas] - medical imaging
** [https://github.com/ClearCanvas/ClearCanvas Source]
+
** [https://github.com/ClearCanvas/ClearCanvas Source] (Last updated in 2015)
 
** License: GPL-3.0-or-later
 
** License: GPL-3.0-or-later
  
Line 538: Line 529:
  
 
* Replicating Face Mask Detector
 
* Replicating Face Mask Detector
** https://github.com/Jaldekoa/Replicating-Face-Mask-Detector
+
** [https://github.com/Jaldekoa/Replicating-Face-Mask-Detector Source]
 
** License GPL-3.0
 
** License GPL-3.0
  
Line 553: Line 544:
 
* OSCAR
 
* OSCAR
 
** CPAP Analysis Reporter.  Fork of SleepyHead.
 
** CPAP Analysis Reporter.  Fork of SleepyHead.
** https://gitlab.com/pholy/OSCAR-code
+
** [https://gitlab.com/pholy/OSCAR-code Source]
 
** License: GPL-3.0
 
** License: GPL-3.0
 
* Nightscout Web Monitor
 
* Nightscout Web Monitor
 
** Visualizes continuous glucose monitor (CGM) data for diabetes treatment.
 
** Visualizes continuous glucose monitor (CGM) data for diabetes treatment.
** https://github.com/nightscout/cgm-remote-monitor
+
** [https://github.com/nightscout/cgm-remote-monitor Source]
 
** License: AGPL-3.0-or-later
 
** License: AGPL-3.0-or-later
 
* [http://www.qresearch.org/ QResearch]
 
* [http://www.qresearch.org/ QResearch]

Revision as of 15:02, 6 April 2022

This page is being constantly updated, so please check back daily. Join the https://lists.libreplanet.org/mailman/listinfo/hackersandhospitals to coordinate with the community.

HACKERS and HOSPITALS is an effort to coordinate Hackers with Hospitals during an immediate time of need.

The wiki is divided into two sections: Participate and Resources. Participate is a list of ways that anyone can help with the project. Resources are projects that are working toward helping.

Participate

During the COVID-19 pandemic, we needed to help coordinate the medical needs of hospitals with local area fabricators. HACKERS and HOSPITALS is no longer limited to fighting against COVID-19.

We have a large number of healthcare professionals, hackers, makers, engineers, biomedical innovators, and crafters. If we can all work together, we can save lives.

As of 20220405, HACKERS and HOSPITALS lists 147 projects.

Participate is a list of ways that anyone can help with the project.

  • Share this wiki page!
  • Join the mailing list!
  • Edit this page! Anyone can do so.
    • Register and login.
    • Search for plans that are licensed under a free culture license and post them here.
    • If you are working on a plan...
  • Find out what your local needs are.
    • Organize local fabricators and hospitals.
    • Assess the needs of the hospitals.
    • Do not produce unless there is a need.
  • Consider emailing the project heads at https://covidinnovation.partners.org/wg-info/ to join a MGB Center for COVID Innovation working group. Note: The group uses Zoom, Slack, and Google Drive, but has assured me that their results would be public domain.

If you have any suggestions, questions or comments regarding HACKERS and HOSPITALS, you can contact: michael at fsf.org

Resources

Resources are projects that are working toward helping.

Before fabricating any equipment, check first with your local hospitals to see if this is what they need and will use. Each hospital will have its own requirements.

Reviewed Personal Protective Equipment (PPE)

Face Shields

  • CVHCS Laser Cut or 3D Printable Face shield - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC0
  • Face Shield - PNWS
    • Short NIH
    • Full NIH
    • License: CC-BY
  • SLS Printed RAG Mask - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • 3DVerkstan 3D printed face shield head band - Approved by National Institutes of Health (NIH) for clinical use
  • 3D Printed Face Shield - MITRE - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • DtM-v3.1 Face Shield PPE, 3D printable headband - Approved by National Institutes of Health (NIH) for clinical use
  • IC3D Budmen Face Shield - Approved by National Institutes of Health (NIH) for clinical use
  • Faceshield 1 - Approved by National Institutes of Health (NIH) for clinical use
    • Note: No laser cutting tools required.
    • NIH
    • License: CC-BY
  • Georgia Tech Face Shield - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • DtM lightweight Remix - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY-SA
  • DtM-v4.0 Face Shield PPE - Approved by National Institutes of Health (NIH) for clinical use
    • Note: Design for Injection Molding.
    • NIH
    • License: CC0
  • MADE - Injection Moldable Face Shield - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC0
  • UW-DFab Injection Moldable COVID-19 Face Shield - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY-SA
  • Prusa Protective Face Shield RC3 US version - Approved by National Institutes of Health (NIH) for clinical use
  • Scrunchie shield - Approved by National Institutes of Health (NIH) for clinical use

Face Shield Adapters

  • Prusa RC3 Elastic Strap Clip - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • WashU Strap Adapter for 3D Printed Face Shield - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY

Face Masks

  • Stopgap Surgical Face Mask (SFM) Revision B - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • Note: Requests for a remix with larger elastic.
    • License: CC-BY
  • Stopgap Surgical Face Mask (SFM) - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY

Cloth mask adapters

Devices that relieve pressure on the ears during long-term usage of masks.

  • Mask Comfort Strap - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • Quick to print at 1mm thick and semi flexible with PETG or PLA filament.
    • License: CC-BY
    • Only the straight piece - NIH
    • Only the curved piece - NIH
    • Great use of small 3D printers.
  • Surgical Mask Band for Ear Comfort - Extra Security V2 - Approved by National Institutes of Health (NIH) for clinical use
  • Surgical Mask Tension Release Band for Ear Comfort & Extended Use - Approved by National Institutes of Health (NIH) for clinical use
  • Disposable Ear Relief Strap - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • Universal Ear-saver - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • Flexible Mask Hook (Simple) - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • Ear Saver for Surgical Mask - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • Ear Savers for health workers - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • Mask Head Harness v1.5 - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY
  • Face Mask Ear Savers - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-NC-SA :(
  • Mask Fitter by Bellus3D - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY-NC :(
  • Surgical Mask Tension Release Band STRISSE - Approved by National Institutes of Health (NIH) for clinical use
    • NIH
    • License: CC-BY-NC-SA :(

Unreviewed PPE

Face Shields

Cloth Masks

Cloth mask adapters

Devices that relieve pressure on the ears during long-term usage of masks.

3D Printed Face Masks

Medical gowns

Positive Pressure Suit

Door handles

Ways to open doors without touching the handle.

Procedure shields/screens

Diagnostics

3D Printed stethoscope

3D Printed Otoscope:

Therapeutics

Ventilators

Vent Specifications

Ventilator specifications can help hackers design and understand how a ventilator works.

Vent Designs

Ventilator designs are plans and projects that need help designing a quick solution. Most projects require testing before clinical use.

Vent Splitting

Ventilator Splitting could potentially increase the patient capacity of commercial ventilators.

Note: This method is controversial and has many obstacles to overcome. Read the criticisms of this method before testing as there are problems that must be addressed. Read as much about this as you can before considering this route for patients.

Vent Parts

Ventilator Parts could be used for ventilators with ventilators in an emergency situation.

Medical supplies unrelated to COVID-19

3D Printed Tourniquet

Powerchairs

  • BM3 Powerchair
    • Open design with source available code that depends on nonfree failsafe hardware.

Diabetes

Tools for 3D Printers

Software

Software listed here is free software. https://www.gnu.org/philosophy/free-sw.en.html Concerns should be edited or supplemented.

Ventilator:

  • ApolloBVM (Arduino)
    • Controller code for a bag squeezer.
    • Source
    • License: GPL-3.0
  • Open Source Ventilator Remote Monitor
  • Corona Display
    • View output from a ventilator.
    • Source
    • License: GPL-3.0

CAD:

Slicing for printing:

3D print server:

Pandemic tracking:

Contact Tracing:

Contact tracing is a highly controversial topic in our community as the implementation would also need to respect the privacy of the individual. This is a difficult task especially if the frontend or backend is proprietary and centralized. Once a system like this is built, can it be turned off? Will the data be used against its users? Will the system be opt-in or forced upon users with a system update?

  • DP-3T Decentralized Privacy-Preserving Proximity Tracing
    • How? Phones generate randomized IDs that is broadcasted to nearby devices. Phones remember these IDs, and IDs they received. Upon infection, saved random IDs (the ones sent, not the ones seen) are uploaded to a database that is trusted to, and only to, not add fake EphIDs, or remove any events, and to be available. A few times a day, check the database of your local authority to see if any new IDs match any seen IDs.
    • Source
    • License: MPL-2.0
  • liben
    • Exposure notifications implementation for GNU/Linux.
    • Source
    • License: GPL-2.0-or-later

Vaccine checker:

  • vaccine-checker
    • Notification for local vaccine availability in India.
    • Source
    • License: MIT

Hospital Database:

See also Adding security to OpenEMR and GNU Health - IEEE.

Facial Recognition:

  • Replicating Face Mask Detector

More:

Software unrelated to COVID-19:

Meta

Local groups with fabrication equipment:

  • Maker & Hacker spaces
  • Local businesses
    • Engineering
    • Medical
      • Biomedical research
      • Dentists
    • Tailors
  • Education
    • Schools
      • Reach out your local school districts and their unions to use their fabrication equipment! Much of the equipment is going unused as schools are closing.
    • After-school centers
  • Hobbyists and Hackers

Hackathons

Hackathons with a free software focus:

Past Events

This page was a featured resource in April 2020.