Coding workshop example worksheets

September 19, 2019 [Programming, Tech]

This week we did a coding workshop exercise: 2 teams implemented the different sides of the SMPP protocol (without speaking to each other) and this morning we tried out connecting them together.

We successfully sent a message and received an acknowledgement!

It was a lot of fun and I we learned a surprising amount about SMPP (and quite how ... interesting ... the standard is).

In case they're useful to anyone, here are the worksheets I made up: Team 1 ODT, Team 1 PDF, Team 2 ODT, Team 2 PDF.

Idea for a team who are less interested in SMPP (!) - try a similar exercise implementing FTP, which is a nice simple text-based protocol. I did this once and found it extremely rewarding.