https://github.com/montoyamoraga/intro-to-computer-networks-for-artists
A collection of tutorials to introduce computer protocols for sharing data between computers and over the internet, for artistic purposes.
https://github.com/montoyamoraga/intro-to-computer-networks-for-artists
artists chuck computer-protocols ip media-art media-arts openframeworks processing protocol puredata tcp udp
Last synced: about 1 month ago
JSON representation
A collection of tutorials to introduce computer protocols for sharing data between computers and over the internet, for artistic purposes.
- Host: GitHub
- URL: https://github.com/montoyamoraga/intro-to-computer-networks-for-artists
- Owner: montoyamoraga
- License: mit
- Created: 2020-04-29T16:43:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T15:04:41.000Z (over 4 years ago)
- Last Synced: 2025-04-14T01:08:20.716Z (about 1 month ago)
- Topics: artists, chuck, computer-protocols, ip, media-art, media-arts, openframeworks, processing, protocol, puredata, tcp, udp
- Language: Makefile
- Homepage:
- Size: 15.6 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to computer networks for artists
## About
Introduction to computer networks for artists is a collection of tutorials regarding computer protocols for sharing data between computers and the internet, intended for artists.
This project is an open sketchbook, updated frequently, always in a rough state, and open for contributions.
This project is a celebration of open source software for arts, and an invitation for artists to use networks for collaboration.
This project focuses on sending raw data without compression, and without taking latency into account.
It is a project by [Aarón Montoya-Moraga](https://montoyamoraga.io/), started in 2020, during their work as a research assistant at [MIT Media Lab](https://www.media.mit.edu/)'s [Opera of the Future](https://www.media.mit.edu/groups/opera-of-the-future/) and [Future Sketches](https://www.media.mit.edu/groups/future-sketches/overview/) research groups, respectively led by [Tod Machover](https://www.media.mit.edu/people/tod/overview/) and [Zach Lieberman](https://www.media.mit.edu/people/zachl/overview/).
## Overview
These tutorials are an introduction to:
* These concepts:
* Bits
* IP address
* Computer server
* Computer client
* These tasks:
* Know the IP address of your computer
* Open a port on your computer to send and receive messages
* These art interactions:
* Manipulate a synthesizer on your friend's computer
* Make a drawing on your friend's computer## Contribute
* Bugs, issues, pull requests
* More examples, concepts## License
MIT