Giter Site home page Giter Site logo

Comments (1)

ghaerr avatar ghaerr commented on June 11, 2024

Hello @djohanse,

Thanks!

Sounds like you've already run into netstat, which gives some network information similar to ifconfig. Currently, the network is configured using the /bin/net shell script which essentially reads /etc/net.cfg. For a variety of reasons, it'll probably stay that way, rather than building functionality into an ifconfig-like executable.

ping is already on my list, porting a typical ping.c source needs a bit more work as our TCP/IP stack doesn't really have much of an ICMP layer and we need some method of communicating the ICMP request with ktcp, which doesn't yet exist.

whoami probably won't be ported as ELKS doesn't use /var/utmp in order to keep library and application sizes down, likely because most folks don't run multiuser logins. There is the capability to turn on UTMP in various applications and elkscmd/sys_utils/who.c could easily be enhanced to support who am i.

Finally, yes, UDP would be great :) Our TCP/IP stack doesn't have any UDP layer currently, this would be a bigger project. What applications do you have in mind that require UDP?

Contributions welcome :)

Thank you!

from elks.

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.