search for: pfalcon

Displaying 5 results from an estimated 5 matches for "pfalcon".

Did you mean: falcon
2006 Apr 22
1
Setup tinc for "Road warrior"?
...to ping the other host (either way) I couldn't seem to have them see each other. Here's the settings for both my client and I: ME RUNNING TINC ----> internet ---> Firewall ---> SERVER RUNNING TINC ME RUNNING TINC: Real IP address varies, "roadwarrior" tinc.conf: Name=pfalcone ConnectTo=erp AddressFamily=ipv4 Mode=switch TCPonly=yes tinc-up: #!/bin/sh ifconfig $INTERFACE 192.168.100.244 netmask 255.255.0.0 hosts/pfalcone: Subnet=192.168.100.244/32 hosts/erp: Address=283.870.215.224 (replace with some real IP address of the firewall here) Subnet=192.168.100.248/32...
2013 Jul 18
0
[LLVMdev] Some experiences using LLVM C Backend
...t was easy to fix. There were few other small issues like missing includes (stdint.h). With that, I was able to achieve perfect roundtrip with trivial by functionality, but still using few layers of C++ magic (templates and inline functions) blink example (this one specifically: https://github.com/pfalcon/PeripheralTemplateLibrary/blob/master/examples/blink.cpp , the repository also has Makefiles for LLVM). My patches to LLVM 3.0 are available at https://github.com/pfalcon/llvm/commits/release_30-cbackend-fixes . My next step was to try to integrate them into "cbe_revival" patchset as st...
2013 May 11
0
[LLVMdev] Fw: Accepting iCode as input to SDCC
...i-code switch to dump iCode directly after construction from AST, and then try to define "external representation" of iCode and add dumping support for it, while leaving existing "debugging representation" mostly intact. This work is available in this branch: https://github.com/pfalcon/sdcc/commits/icode-output Based on that branch, there's another branch https://github.com/pfalcon/sdcc/commits/icode-input which provides (initial so far) iCode parsing support. After considering how I can add support for iCode parsing grammar, I went with the solution as described here: http...
2005 Mar 30
1
Simple question on server / client
Hello everybody, sorry if my question could offend anybody, is not my intention. Well, I am not a real techie person, but I like to fool around using packages and free software, lately I have been reading on VPNs, and I am working on setting one up at home. I don't know if at this point of time I am biased or what, but I am expecting to see a VPN server and a VPN client, this tinc is a
2004 Apr 09
2
link redundancy...
Does anyone know how to make a link redundancy? I have two ADSL lines, and i want the linux machine to be able to switch between the two lines everytime the first ADSL line goes down. Thanks a lot. Cristiano