RFduino messaging encryption: part 1

Group Members: Gentry Demchak, Johnny Dunn

Part 1 of 2 in an RFduino encrypted messaging platform.

This portion involves device to host communication:

Screen Shot 2015-10-15 at 1.37.40 AM

A message typed into python running on the raspberry pi is sent via serial to the RFduino Device where it is recieved on the RFduino Host and sent through serial to a computer running a node server where the message is finally pushed to the client side of  a chat webpage via socket.io. When debugging our code, we had lots of issues getting socket.io to work properly and are still working out the kinks.

Currently we only have the framework for basic one-way communication. Next week we will produce the basic framework for two-way communication and implement our own encryption system. If we have time, we would like to use python

A repo with our version history can be found on our github.

 

Leave a Reply