Skip to content

Commit

Permalink
Add .nab choreography
Browse files Browse the repository at this point in the history
  • Loading branch information
quimarche committed Oct 1, 2011
1 parent f8a6e95 commit 95c869c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added files/cancelled.nab
Binary file not shown.
Binary file added files/failure.nab
Binary file not shown.
Binary file added files/hanging.nab
Binary file not shown.
Binary file added files/success.nab
Binary file not shown.
2 changes: 1 addition & 1 deletion trudy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def trudy_packet_message status
end

def trudy_packet_message_block status
trudy_obfuscated_message = trudy_obfuscate_message "ID 0\nMU #{ENV['TRUDY_HOST']}/#{status}.mp3"
trudy_obfuscated_message = trudy_obfuscate_message "ID 0\nMU #{ENV['TRUDY_HOST']}/#{status}.mp3\nCH #{ENV['TRUDY_HOST']}/#{status}.nab"
[0x0A, 0x00, 0x00, trudy_obfuscated_message.length] + trudy_obfuscated_message
end

Expand Down

0 comments on commit 95c869c

Please sign in to comment.