Matthias Strubel

Results 45 comments of Matthias Strubel

I don't see a big advantage in using the RPi only as a mesh node OVER connecting the PI (via ethernet) to a LibreMesh router. On the LibreMesh router you...

I guess, in SSB you won't see particular network devices, ony ssb related devices. SSB is just another layer (application layer), while mesh networking is running on LinkLayer etc. (...

dnsmasq is one option for the domains. You can also use a normal domain on a VPS with a dns server and just use normal DNS lookups. For example you...

I don’t want to play the bad guy in that discussion, but I think it is fair to mention concerns and keep discussing instead of wait and see. Maybe the...

you need avahi installed and up and running that mDNS is working.

I don’t know. The hostname of the running RPi is meshpi? Try to use the avahi CLI tools like avahi-browse to get some information about the broadcasted information. > On...

[21/Nov/2012:08:02:55] HTTP Traceback (most recent call last): File "/opt/forban/lib/ext/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/opt/forban/lib/ext/cherrypy/lib/encoding.py", line 188, in __call__ self.body = self.oldhandler(_args, *_kwargs) File "/opt/forban/lib/ext/cherrypy/_cpdispatch.py", line 34,...

btw: in the browse-list, the Umlaut looks like an utf character (double byte)

root@rPt4WCYo:/# python Python 2.7.3 (default, Nov 3 2012, 11:37:47) [GCC 4.6.3 20120201 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. > > > import sys >...

Is it possible to redefine the default encoding around decoding base64 and turn it back to ascii later? import sys; sys.setdefaultencoding('utf-8') Or what about reducing every filename (complete while hashing,...