Changes between Version 33 and Version 34 of KarlsruheHackathon2017


Ignore:
Timestamp:
11/11/17 11:15:01 (6 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KarlsruheHackathon2017

    v33 v34  
    6060The closest Hotel is the "Der Blaue Reiter" just across the street.[[BR]]
    6161Cheapest accomodation is [http://www.ibis.com/gb/hotel-3179-ibis-budget-karlsruhe/index.shtml IBIS budget] a good 10 minute walk away.
    62 == results =
     62== results ==
    6363
    6464(informal notes on some of the discussions that benefit from writing down)
     
    7676   * we look into splitting tun.c into tun-unix.c and tun-win32.c, but not tun-{linux,freebsd,netbsd,solaris,...].c, for the same reasons
    7777   * tun.c needs to see all those nearly-identical tun_read()/tun_write() functions merged into one place, and then we see what else is copy-paste code reuse
    78 
    79  * vagrant (dazo, mattock, cron2)
    80    * ...?
     78 * Vagrant (dazo, mattock, cron2, lev, johan, antonio)
     79   * we have a few use-cases for Vagrant
     80    * allow any developer to (build)test their patches on other platforms (e.g. OpenBSD 6) to reduce communication overhead
     81    * allow developers to run local tests against variously configured
     82   * mattock has a very rudimentary Vagrant setup [here|https://github.com/mattock/openvpn-vagrant]
     83   * next steps
     84    * add basic provisioning scripts for each platform to install build requirements for OpenVPN
     85    * setup a t_client style server setup that can be used for manual testing
     86    * integrate client and server parts together with more automation