Module peer_sup
Library for PPSPP over UDP, aka Swift protocol.
Behaviours: supervisor
.
Description
This module implements a library of functions necessary to handle the wire-protocol of PPSPP over UDP, including functions for encoding and decoding messages.
Function Index
init/1 | |
start_child/1 | |
start_link/0 |
Function Details
init/1
init(X1 :: []) ->{ok,{{simple_one_for_one, 10, 60}, [supervisor:child_spec()]}}
start_child/1
start_child(X1 :: [inet:port_number()]) ->{error, term()} | {ok, pid()}
start_link/0
start_link() -> {ok, pid()} | ignore | {error, any()}