https://github.com/jonpalmisc/barebones-cryptex
Barebones SRD cryptex example
https://github.com/jonpalmisc/barebones-cryptex
cryptex srd
Last synced: 2 months ago
JSON representation
Barebones SRD cryptex example
- Host: GitHub
- URL: https://github.com/jonpalmisc/barebones-cryptex
- Owner: jonpalmisc
- License: apache-2.0
- Created: 2023-02-05T05:08:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T16:02:48.000Z (over 2 years ago)
- Last Synced: 2025-03-06T11:01:21.208Z (3 months ago)
- Topics: cryptex, srd
- Language: Makefile
- Homepage:
- Size: 11.7 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This repo aims to be a "minimum working example" for building a program and
packaging it in a cryptex for use with the Apple SRD. The example cryptex in
the SRD repo uses quite a complicated build system which makes it hard to
follow the build process; this repo exists to make it easier to follow the
essential parts of the process.Contained is the "simple server" example from the SRD repo. Running `make` will
build the server and package it in a cryptex. Running `make install` will
install the cryptex to your device (must set `CRYPTEXCTL_UDID`).Once installed, running `nc DEVICE_IP 7070` (where `DEVICE_IP` if your device's
IP address) should yield a response containing the server's process ID and the
cryptex mount path.You are encouraged to read `Makefile` for more information and context.