Giter VIP home page Giter VIP logo

Comments (4)

tommie-lie avatar tommie-lie commented on September 15, 2024

Depends on how you define "productive". I am working on an emulation framework project for long-term preservation of software (for examples, see http://eaas.uni-freiburg.de/demos.html). For web preservation it would be nice to have old browsers (that still support blink, for instance) or to preserve a whole web application without having to crawl the passive HTML/JS code like current web archiving tools do.
To have an abstraction from the real network and also emulate stuff well out of our reach (public IP addresses), we use VDE (http://vde.sourceforge.net/) to connect virtual machines. This allows us to have an easy access to the network traffic and manipulate it, replacing IP addresses and port numbers.

Because we can deploy our services in the cloud and don't want to rely on root permissions or kernel features, we frown upon using tap bridges to gateway between the VDE networks and the "real" internet. I therefore used LKL and its network stack to build a SOCKS server: https://github.com/eaas-framework/lklsocks
It currently relies on an own branch of lkl which supports the VDE backend. I will send a pull request for it as soon as #67 is closed as I rely on some of its infrastructure.

The SOCKS server is not really used in a "production" scenario yet, but will be in the next couple of weeks.

We also allow to upload individual files (think upload an old Word 2.0 file you want to work on using our emulated Windoes 3.11 environment) and currently use loop mounts to pack a disk image with a FAT12 filesystem. We also plan on using lklfuse to lose another dependency for root permissions and support more filesystems (e.g. Mac's HFS) but I have not looked into that, yet.

from linux.

cee1 avatar cee1 commented on September 15, 2024

Another question about "production use": under what license LKL is distributed? E.g. if an application link s against LKL, does it have to be open sourced?

from linux.

 avatar commented on September 15, 2024

GPLv2 as the Linux kernel.

from linux.

cee1 avatar cee1 commented on September 15, 2024

OK, that means any program link against LKL directly have to be open sourced, right?

But considering Proprietary modules: how can they link the kernel, e.g. using the memcpy() symbol, without opening source code? The answer is here: http://stackoverflow.com/questions/2721290/propietary-modules-within-gpl-and-bsd-kernels

So, generally, I think LKL can be used in Proprietary products in the same way.

from linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.