2019-12-02 12:28:08 +03:00
|
|
|
:: Ping our sponsorship tree regularly for routing.
|
|
|
|
::
|
2019-12-01 01:45:21 +03:00
|
|
|
:: To traverse NAT, we need the response to come back from someone
|
|
|
|
:: we've sent a message to. We ping our sponsor so that they know
|
|
|
|
:: where we are. However, we also need to ping our galaxy because if
|
|
|
|
:: the other ship tries to respond directly, it may be blocked by our
|
|
|
|
:: firewall or NAT. Thus, the response must come from a ship we've
|
2019-12-02 12:28:08 +03:00
|
|
|
:: messaged directly, and the only one we can guarantee is our galaxy.
|
2019-12-01 01:45:21 +03:00
|
|
|
:: Note this issue manifests itself even for bootstrapping a planet to
|
|
|
|
:: talk to its own star.
|
|
|
|
::
|
2019-12-03 06:51:01 +03:00
|
|
|
/+ default-agent, verb
|
2020-12-08 03:47:06 +03:00
|
|
|
=* point point:kale
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-12-03 06:51:01 +03:00
|
|
|
|%
|
|
|
|
+$ card card:agent:gall
|
|
|
|
+$ ship-state
|
|
|
|
$% [%idle ~]
|
|
|
|
[%poking ~]
|
|
|
|
[%waiting until=@da]
|
|
|
|
==
|
|
|
|
--
|
|
|
|
::
|
|
|
|
=| state=[%0 ships=(map ship [=rift =ship-state])]
|
2019-08-10 04:24:47 +03:00
|
|
|
=> |%
|
|
|
|
:: +print-error: maybe +slog
|
|
|
|
::
|
|
|
|
++ print-error
|
|
|
|
|= [=tape error=(unit tang)]
|
|
|
|
^+ same
|
|
|
|
?~ error same
|
|
|
|
%- (slog leaf+tape u.error) same
|
2019-11-20 00:03:07 +03:00
|
|
|
:: +set-timer: send a card to behn to set a timer
|
|
|
|
::
|
|
|
|
++ set-timer
|
2019-12-03 06:51:01 +03:00
|
|
|
|= [now=@da =ship]
|
|
|
|
^- (quip card _state)
|
|
|
|
=/ s (~(get by ships.state) ship)
|
|
|
|
?~ s
|
|
|
|
`state
|
|
|
|
?. ?=(%poking -.ship-state.u.s)
|
|
|
|
%- (slog leaf+"ping: strange state {<ship s>}" ~)
|
|
|
|
`state
|
2019-12-17 09:57:11 +03:00
|
|
|
:: NAT timeouts are often pretty short for UDP entries. 5
|
|
|
|
:: minutes is a common value. We use 30 seconds, which is fairly
|
|
|
|
:: aggressive, but should be safe.
|
|
|
|
::
|
|
|
|
=/ until (add ~s30 now)
|
2019-12-03 06:51:01 +03:00
|
|
|
=. ships.state
|
|
|
|
(~(put by ships.state) ship u.s(ship-state [%waiting until]))
|
|
|
|
:_ state
|
2019-12-04 07:53:55 +03:00
|
|
|
=/ =wire /ping-wait/(scot %p ship)/(scot %da until)
|
|
|
|
[%pass wire %arvo %b %wait `@da`until]~
|
2019-12-03 06:51:01 +03:00
|
|
|
:: +send-ping: poke their %ping app
|
2019-11-20 00:03:07 +03:00
|
|
|
::
|
|
|
|
++ send-ping
|
2019-12-03 06:51:01 +03:00
|
|
|
|= [our=@p now=@da =ship]
|
|
|
|
^- (quip card _state)
|
|
|
|
::
|
|
|
|
?: =(our ship)
|
|
|
|
`state
|
|
|
|
=/ s (~(get by ships.state) ship)
|
|
|
|
?~ s
|
|
|
|
`state
|
|
|
|
?. ?=(%idle -.ship-state.u.s)
|
|
|
|
`state
|
|
|
|
:_ state(ships (~(put by ships.state) ship u.s(ship-state [%poking ~])))
|
|
|
|
[%pass /ping-send/(scot %p ship) %agent [ship %ping] %poke %noun !>(~)]~
|
2019-12-04 08:13:18 +03:00
|
|
|
:: +stop-ping-ship: stop listening to jael if not sponsor or old rift
|
2019-12-03 06:51:01 +03:00
|
|
|
::
|
|
|
|
++ stop-ping-ship
|
|
|
|
|= [our=@p now=@da =ship =old=rift =ship-state]
|
|
|
|
^- (quip card _state)
|
2020-05-19 23:53:55 +03:00
|
|
|
=+ .^(=new=rift %j /(scot %p our)/rift/(scot %da now)/(scot %p ship))
|
2019-12-03 06:51:01 +03:00
|
|
|
:: if nothing's changed about us, don't cancel
|
|
|
|
::
|
|
|
|
?: ?& =(old-rift new-rift)
|
|
|
|
(~(has in (silt (saxo:title our now our))) ship)
|
|
|
|
==
|
|
|
|
`state
|
|
|
|
:: otherwise, kill jael subscription and timer
|
|
|
|
::
|
|
|
|
:_ state(ships (~(del by ships.state) ship))
|
2019-12-04 07:53:55 +03:00
|
|
|
[%pass /jael/(scot %p ship) %arvo %j %nuke (silt ship ~)]~
|
2019-12-04 08:13:18 +03:00
|
|
|
:: +start-ping-ship: start listening to jael updates if not already
|
|
|
|
::
|
|
|
|
:: While %public-keys is idempotent in most senses, it does
|
|
|
|
:: trigger a response, and this function is called on that
|
|
|
|
:: response, so we need a guard to avoid an infinite loop.
|
2019-12-03 06:51:01 +03:00
|
|
|
::
|
|
|
|
++ start-ping-ship
|
|
|
|
|= [our=@p now=@da =ship]
|
|
|
|
^- (quip card _state)
|
2019-12-04 13:27:35 +03:00
|
|
|
::
|
|
|
|
?: (~(has by ships.state) ship)
|
2019-12-04 07:53:55 +03:00
|
|
|
(send-ping our now ship)
|
2019-12-04 13:27:35 +03:00
|
|
|
::
|
|
|
|
;< new-state=_state (rind card state)
|
2020-05-19 23:53:55 +03:00
|
|
|
=+ .^(=rift %j /(scot %p our)/rift/(scot %da now)/(scot %p ship))
|
2019-12-04 13:27:35 +03:00
|
|
|
:_ state(ships (~(put by ships.state) ship rift %idle ~))
|
|
|
|
[%pass /jael/(scot %p ship) %arvo %j %public-keys (silt ship ~)]~
|
2019-12-03 06:51:01 +03:00
|
|
|
=. state new-state
|
2019-11-20 00:03:07 +03:00
|
|
|
::
|
2019-12-04 13:27:35 +03:00
|
|
|
(send-ping our now ship)
|
2019-12-03 06:51:01 +03:00
|
|
|
:: +kick: idempotent operation to make clean start for all pings
|
|
|
|
::
|
|
|
|
++ kick
|
|
|
|
|= [our=@p now=@da]
|
|
|
|
^- (quip card _state)
|
|
|
|
?: =(%czar (clan:title our))
|
|
|
|
`state
|
|
|
|
::
|
|
|
|
=/ old-ships=(list [=ship =rift =ship-state]) ~(tap by ships.state)
|
|
|
|
|- ^- (quip card _state)
|
|
|
|
=* loop $
|
|
|
|
?^ old-ships
|
|
|
|
;< new-state=_state (rind card state)
|
|
|
|
(stop-ping-ship our now i.old-ships)
|
|
|
|
=. state new-state
|
|
|
|
loop(old-ships t.old-ships)
|
2019-11-20 00:03:07 +03:00
|
|
|
::
|
2019-12-03 06:51:01 +03:00
|
|
|
=/ new-ships (saxo:title our now our)
|
|
|
|
|- ^- (quip card _state)
|
|
|
|
=* loop $
|
|
|
|
?^ new-ships
|
|
|
|
;< new-state=_state (rind card state)
|
|
|
|
(start-ping-ship our now i.new-ships)
|
|
|
|
=. state new-state
|
|
|
|
loop(new-ships t.new-ships)
|
|
|
|
::
|
|
|
|
`state
|
|
|
|
:: +rind: bind for the the writer monad on (quip effect state)
|
|
|
|
::
|
|
|
|
++ rind
|
|
|
|
|* [effect=mold state=*]
|
|
|
|
|* state-type=mold
|
|
|
|
|= $: m-b=(quip effect state-type)
|
|
|
|
fun=$-(state-type (quip effect state-type))
|
|
|
|
==
|
|
|
|
^- (quip effect state-type)
|
|
|
|
=^ effects-1=(list effect) state m-b
|
|
|
|
=^ effects-2=(list effect) state (fun state)
|
|
|
|
[(weld effects-1 effects-2) state]
|
|
|
|
::
|
2019-08-10 04:24:47 +03:00
|
|
|
--
|
2019-12-03 06:51:01 +03:00
|
|
|
%+ verb |
|
2019-11-20 00:03:07 +03:00
|
|
|
^- agent:gall
|
|
|
|
|_ =bowl:gall
|
|
|
|
+* this .
|
|
|
|
def ~(. (default-agent this %|) bowl)
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-11-20 00:03:07 +03:00
|
|
|
:: +on-init: initializing on startup
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-11-20 00:03:07 +03:00
|
|
|
++ on-init
|
|
|
|
^- [(list card) _this]
|
2019-12-03 06:51:01 +03:00
|
|
|
=^ cards state (kick our.bowl now.bowl)
|
|
|
|
[cards this]
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-12-03 06:51:01 +03:00
|
|
|
++ on-save !>(state)
|
|
|
|
++ on-load
|
|
|
|
|= old=vase
|
|
|
|
=. state !<(_state old)
|
2019-12-04 13:27:35 +03:00
|
|
|
(on-poke %noun !>(%kick))
|
2019-11-20 00:03:07 +03:00
|
|
|
:: +on-poke: positively acknowledge pokes
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-11-20 00:03:07 +03:00
|
|
|
++ on-poke
|
|
|
|
|= [=mark =vase]
|
2019-12-04 07:53:55 +03:00
|
|
|
?: =(q.vase %kick)
|
|
|
|
=. ships.state
|
|
|
|
%- ~(run by ships.state)
|
|
|
|
|= [=rift =ship-state]
|
|
|
|
[999.999 ship-state]
|
|
|
|
on-init
|
2019-11-20 00:03:07 +03:00
|
|
|
`this
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-11-20 00:03:07 +03:00
|
|
|
++ on-watch on-watch:def
|
|
|
|
++ on-leave on-leave:def
|
2019-12-03 06:51:01 +03:00
|
|
|
++ on-peek
|
|
|
|
|= =path
|
|
|
|
^- (unit (unit cage))
|
|
|
|
``noun+!>(state)
|
2019-11-20 00:03:07 +03:00
|
|
|
:: +on-agent: handle ames ack
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-11-20 00:03:07 +03:00
|
|
|
++ on-agent
|
|
|
|
|= [=wire =sign:agent:gall]
|
|
|
|
^- [(list card) _this]
|
2019-12-01 01:45:21 +03:00
|
|
|
?> ?=([%ping-send @ ~] wire)
|
2019-11-20 00:03:07 +03:00
|
|
|
?> ?=(%poke-ack -.sign)
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-11-20 00:03:07 +03:00
|
|
|
%- (print-error "ping: ack" p.sign)
|
2019-12-03 06:51:01 +03:00
|
|
|
=^ cards state
|
|
|
|
(set-timer now.bowl (slav %p i.t.wire))
|
|
|
|
[cards this]
|
2019-11-20 00:03:07 +03:00
|
|
|
:: +on-arvo: handle timer firing
|
2019-08-10 04:24:47 +03:00
|
|
|
::
|
2019-11-20 00:03:07 +03:00
|
|
|
++ on-arvo
|
|
|
|
|= [=wire =sign-arvo]
|
|
|
|
^- [(list card) _this]
|
2019-12-03 06:51:01 +03:00
|
|
|
?+ wire !!
|
2019-12-04 07:53:55 +03:00
|
|
|
[%ping-wait @ @ ~]
|
2019-12-03 06:51:01 +03:00
|
|
|
?> ?=(%wake +<.sign-arvo)
|
2019-12-04 07:53:55 +03:00
|
|
|
=/ =ship (slav %p i.t.wire)
|
|
|
|
=/ until=@da (slav %da i.t.t.wire)
|
2019-12-03 06:51:01 +03:00
|
|
|
=/ s (~(get by ships.state) ship)
|
|
|
|
?~ s
|
|
|
|
`this
|
2019-12-04 07:53:55 +03:00
|
|
|
?. =([%waiting until] ship-state.u.s)
|
2019-12-03 06:51:01 +03:00
|
|
|
`this
|
|
|
|
=. ships.state (~(put by ships.state) ship u.s(ship-state [%idle ~]))
|
|
|
|
%- (print-error "ping: wake" error.sign-arvo)
|
|
|
|
=^ cards state
|
|
|
|
(send-ping our.bowl now.bowl ship)
|
|
|
|
[cards this]
|
|
|
|
::
|
|
|
|
[%jael @ ~]
|
|
|
|
:: whenever we get an update from Jael, kick
|
|
|
|
::
|
|
|
|
?> ?=(%public-keys +<.sign-arvo)
|
2019-12-04 13:27:35 +03:00
|
|
|
:_ this
|
|
|
|
[%pass /delay %arvo %b %wait now.bowl]~
|
|
|
|
:: Delayed until next event so that ames can clear its state
|
|
|
|
::
|
|
|
|
[%delay ~]
|
|
|
|
?> ?=(%wake +<.sign-arvo)
|
2019-12-03 06:51:01 +03:00
|
|
|
on-init
|
|
|
|
==
|
2019-11-20 00:03:07 +03:00
|
|
|
::
|
|
|
|
++ on-fail on-fail:def
|
2019-08-10 04:24:47 +03:00
|
|
|
--
|