If anyone messed-out on the test, sorry for that, follow these steps:
1) Download: The Server-Client from Dropbox
2) Contact me when I'm online. Before 5.00 PM GMT. — Skype won't be used. Just the forum, to prevent delays.
3) I'll run my own server. You'll send me a UDP packet vice versa, to look for any anomalies.
I might need to contact you for additional tests, to do with the offline shop protocol itself...
--
--
For people who actually want more information, the system will make use of bitcoin public and private address as certificates, along with the signature verification function & a simple JSON shop script which is <= 100KB. Long story short, sellers can create a list of items with pictures & prices. Add their bitcoin public address, and send that store off to the network to be stored. Buyers would be able to access those stores from any node & make payments to the listed bitcoin address.... This would effectively produce an offline P2P Market-space, where a store can be hosted & verified by nodes other than those of the shop owners.
Example of a shop script
"pages": {
"0": {
"title": "This is the front page",
"description": "this is the page description",
"allowed-contries": ["mty"],
"keywords": ["key words","for","this","page","is","cat"],
"style": ["http://example.com/style.css"],
"script": ["http://example.com/script.js"],
"inline-style": "inline style",
"inline-script": "inline script",
"items": {
"0": {
"title": "item title",
"description": "item description",
"price": "item price",
"images": [
"image link 0",
"image link 1",
"image link 2"
],
"others": {
"age": "example ...",
"colour": "example ..."
}
}
}
}
},
"payments"{
"bitcoin" : "1GcWEWgobz3maK4VTnkRhGvR2dAEupJroB",
"paypal": "[email protected]"
}
}
License: Apache License, Version 2.0