Can I hijack SMTP traffic on my local network?
A little background:
I'm getting married in June and want to setup an LCD TV at the reception so people can Bluetooth and email photos they take with their phone and have them display in rotation on the TV - I have no problem coding this.
However, after a visit to the venue yesterday I discovered that their wifi signal do开发者_Python百科esn't stretch to the room we'll be in. I'm considering buying a wifi range extender, but wondered if I took my own wifi router, could I somehow hijack the smtp traffic from people's phones? I could then take the photos straight from the email.
Am I barking up the wrong tree?
Anthony Burns
I think it would be easier to set up a machine to display images it downloads and refreshes from a machine out on the web, then code a website that the guests could reach from their phones that will allow them to upload photos there. They upload them, the server saves them, your display machine retrieves updates regularly and displays the whole batch at the party.
As for the bluetooth part, you might need to code something whole-cloth to allow them to temporarily pair with your display machine, upload photos there, have them send to your server on the internet (for safe-keeping) and then mix them in with your master photo file your displaying.
As for actually doing any of this... I have no specific ideas - but it IS possible, just a LOT of coding, or some pretty impressive technologies.
I think making a website that allows image uploads with another page that displays all images would be pretty simple, just have the lcd hooked up to a laptop with the image viewing page displayed full screen and have it poll every few minutes for new images
精彩评论