> For the complete documentation index, see [llms.txt](https://documentation.tjhsst.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.tjhsst.edu/machines/compute-sticks.md).

# Compute Sticks

For all of our [Signage](/services/signage.md), we have Intel Compute Sticks as our weapon of choice. We used to use Raspberry Pi 3s, but those proved not powerful enough to run Chromium with no lag.

## Table of All

| IP Address   | Hostname      | MAC Address       | Serial No.   |
| ------------ | ------------- | ----------------- | ------------ |
|              |               | 28:C2:DD:A1:30:7F | GEFC52900STQ |
|              |               | 00:C2:C6:A8:C9:3D | BTCC635003C5 |
|              |               | 7C:76:35:93:6B:7E | GESC81500CWT |
|              |               | 7C:76:35:93:6E:4E | GESC81500C79 |
| 198.38.31.53 | cs-nobel      | B8:08:CF:CF:43:1A | GESC80300JCM |
| 198.38.31.54 | cs-curie      | B4:D5:BD:E7:F3:AB | GESC80300GDW |
| 198.38.31.56 | cs-galileo    |                   |              |
| 198.38.31.57 | cs-cafeteria  | B8:08:CF:CF:75:6F | GESC803008XB |
| 198.38.31.59 | cs-gandhi-a   | B8:08:CF:CF:49:3C | GESC80300HTJ |
| 198.38.31.60 | cs-200d       | 7C:76:35:93:49:9B | GESC81500NJG |
| 198.38.31.61 | cs-audlob     | B8:08:CF:CF:63:AE | GESC80300HMZ |
| 198.38.31.62 | cs-library    | B4:D5:BD:E7:EC:D5 | GESC80300GAF |
| 198.38.31.63 | cs-hopper     | B8:08:CF:CF:59:72 | GESC80300JPT |
| 198.38.31.64 | cs-cafe       | B4:D5:BD:E7:F9:D7 | GESC80300FRM |
| 198.38.31.65 | cs-einstein-a | B8:08:CF:CF:5E:45 | GESC80300JU2 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.tjhsst.edu/machines/compute-sticks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
