Skip to content

Instantly share code, notes, and snippets.

@feklee
Last active January 7, 2019 17:52
Show Gist options
  • Save feklee/873121fdb039e665231ef592e4baf05c to your computer and use it in GitHub Desktop.
Save feklee/873121fdb039e665231ef592e4baf05c to your computer and use it in GitHub Desktop.
SAN
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "SAN",
"version": "0.3.2",
"provenance": [],
"collapsed_sections": [],
"toc_visible": true,
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/feklee/873121fdb039e665231ef592e4baf05c/san.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"metadata": {
"id": "VApsNymv_tAi",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
""
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "CK0pMaKW_xZL",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"# SAN — Self Aware Network"
]
},
{
"metadata": {
"id": "hzNDTB4LBQPA",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"<h2>Introduction</h2>\n",
"The network contains of nodes (spheres) and edges (rods)."
]
},
{
"metadata": {
"id": "HLpAsQlVBdIR",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"## Nodes\n",
"\n",
"![Geometry of a node](https://gist.githubusercontent.com/feklee/873121fdb039e665231ef592e4baf05c/raw/de17e37524e2df805b8bf5a52704132759e3bafe/geometry.png)\n",
"\n",
" * A node's *axis* is relevant if there is information about tilt.\n",
"\n",
" * Except for the root node, each node has four *ports* to which other nodes can be connected. The ports are numbered 1, 2, 3, and 4.\n",
" \n",
" * The root node has only one port, port 1.\n",
" \n",
" * The root node is connected to the computer by USB.\n",
" \n",
" * The ID of the root node is: `^`\n",
" \n",
" * All other nodes have IDs: A-Z"
]
},
{
"metadata": {
"id": "9W4JdJAnGi7B",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"# New Section"
]
},
{
"metadata": {
"id": "tMHn0x8AETAv",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
""
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment