A quick way to get Shortwave running with Factorio 1.1:
1) Update info.json so that the mod will run on Factorio 1.1:
"factorio_version": "1.1",
2) With Factorio 1.1.0, we've got more collision masks, and some of the old ones have new names. In data.lua, change line 126:
collision_mask = { "layer-11" }, -- OLD
collision_mask = { "rail-layer" }, -- NEW
This will let you load the game up to the main menu. There may be other things that will break in the control stage (during a game session), but I haven't got a crash yet. Then again, I didn't do much testing yet. :-)