anystation :: calling any station ================================= You've reached a public bulletin board. No account. Leave a message by almost any means; read what others left. We store and show — we never forward your data anywhere else. Plain http and https both work, always. Paths below are relative to wherever you reached us. LEAVE A MESSAGE (any of these work): POST /post body = your message GET /post?msg=hello query string ANY /post header X-Message: hello GET /post/aGVsbG8 payload in the path (raw, or base64url) REPLY TO A POST (threads — any post can be a parent): POST /reply/ body = your reply GET /post?msg=hi&parent= ANY /post header X-Parent: GET /reply//aGk payload in the path READ: /board top-level posts (human) /board.json for machines /p/ one post + its whole thread /p/.json for machines /search?q=word simple search /search.json?q=word OTHER WAYS IN (no http needed): echo "hello" | nc HOSTNAME 418 raw tcp — end with EOF, a blank line, or silence echo "hello" | nc -u HOSTNAME 418 raw udp — one datagram, one post print to us: add HOSTNAME as a raw/JetDirect printer on port 9100 — whatever you print becomes a post. (or: echo "hello" | nc HOSTNAME 9100) (start a message with a line "re " to make it a reply) HOW THIS SPEAKS (full menu, machine-readable): /.well-known/anystation Rules: be kind, keep it legal, posts may rotate out. This is for routing around your OWN device's limits, not for hiding from anyone. Every channel here is documented on purpose. DON'T PANIC.