I have a link to a program called WINC in the original post. If you have that it will connect to any open APs.Quote:
Originally Posted by egeekial
Printable View
I have a link to a program called WINC in the original post. If you have that it will connect to any open APs.Quote:
Originally Posted by egeekial
Quote:
Originally Posted by xBrady
Whoops... I thought i skimmed more thoroughly than that.
your app sounds very interesting. now here is a thaught:
if you could implement the POP3 thing (sending your position log out through smtp and then download it form POP3 on the local client) you would enable a nice thing for many people here in europe (and probably in other parts of the world as well) cause at least we here in switzerland can get an orange contract and add a 4$ extra to our plan which allows us to send and receive emails freely (through orange smtp / pop3 servers). so at the end one could have your app sending out the logs all times through a gprs connected cellphone using that orange plan and not pay any more than about 4$ a month for that! (at least for switzerland, there is a new plan called orange click, which costs no monthly fee and allowes you to add those extras so it really is only 4$ a month we pay for that.. ) i thought there where similiar things from other phone companies in other countries in europe.
one need feature would be to take a snapshot of an attached webcam and send this too ;) but now i start requesting features before a first release is out there, so i stop that now ;)
another good thing about the pop3 feature would be, that i could for example post to a php script i write myself and have it use the data rather than a client which i might not have access to during vacation. or if the picture thing was included, i could moblog the whole thing and have a driving agenda with pictures .. totally useless i guess but funny ;)
one last question. will it be open source or closed soure?
cheers
pascal
I'll look into doing the email thing.Quote:
Originally Posted by psuter
I don't have a webcam so I probably wouldn't implement this any time soon. I am completely open to any suggestions, keep them coming :)Quote:
Originally Posted by psuter
I will definitely need to set something up so it can interact with stuff you guys set up on the web.Quote:
Originally Posted by psuter
For now it is going to be closed source (at least in the beginning while I get everything sorted and at least a base for the thing.) but who knows what the future will hold. Plus this would require that I comment my code :) It is pretty clean just not commented.Quote:
Originally Posted by psuter
Thanks for the suggestions, I will definitely consider anything you throw at me.
Was just thinking, I could probably build a SMTP/POP3 addition to the server app I have. If that would save you UK guys money I'll definitely do it.
As far as what will be sent out via SMTP: Do you want it to sent your coordinates and other information on an interval, or do you want a button that will send our your current position, or do you want a button that will send the whole log file? Or all three :)
everything ;)
no seriously, sending out the log file on a customizeable interval would be the most important thing as far as saving money and having a constant log file transmission is concerned ;) ..
cheers
pascal
As Pascal says sending on a (configurable) interval would be good, that way you could define your own costs (if there are any for the method you choose) by sending every 6 hours/1 hour/5 mins as necessary.
I also quite like the idea of the webcam snaphot being logged/sent too, if it would help I can send you a webcam that I have lying around, just PM me your address and it's yours, it's not a great webcam (an old logitech one), but it will do the job and you can still get drivers if needed (although XP just recognises it straight away I think).
As I said in my PM I should be able to get this in and running at some point over the weekend.
Thanks
Tony
Alright, sounds good. You know it is already sending the log file via TCP already right :) Just making sure that you meant sending it via SMTP. I have school and work all day today so I won't be home till midnight tonight but I'll see if I can remote desktop into my home computer at work and work on it that way.Quote:
Originally Posted by psuter
Thanks for offering Tony :)Quote:
Originally Posted by psuter
Quote:
You know it is already sending the log file via TCP already right Just making sure that you meant sending it via SMTP.
yup i got that ;) but for the gprs traffic to be free it must go to a server from orange themselves, so using their smtp server to send it out by email is the only way to get it home for free ;) so i need it as an email sent through smtp.
Gotcha :)Quote:
Originally Posted by psuter