plip2slip | small AVR transforms a PLIP stream

 by   cnvogelg C Version: Current License: GPL-2.0

kandi X-RAY | plip2slip Summary

kandi X-RAY | plip2slip Summary

plip2slip is a C library typically used in Internet of Things (IoT), Arduino applications. plip2slip has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

An Amiga 500 has no special ethernet or other network ports for connecting to the Internet. Typically a SLIP (serial line internet protocol) device is used to transfer all IP packets via the serial RS 232 interface to another computer with fast ethernet connection. With the on-board serial port a maximum speed of 9600 Baud (~ 1 KiB/s) could be achieved running Amiga OS. Faster speeds could be achieved by using a PLIP (parallel port IP) device that uses the parallel port to transfer IP packets to another host. Since the Amiga parallel port is fully bi-directional you can use a half-duplex protocol and then transfer an IP packet byte-by-byte over the port. This is done in the magPLIP driver available on Aminet[1]. Unfortunately, this approach requires an Amiga or another Computer with a fully bi-directional port on the peer side. With this parallel approach you can achieve up to 15-20 KiB/s transfer speeds. The idea in this project is to use the custom I/O ports of an AVR microcontroller board (here an Arduino 2009) and implement the parallel port there. The mcu implements the magPLIP protocol and can then receive and send packets to/from the Amiga. On the other hand, the Arduino uses an FTDI 232 USB-to-Serial bridge to allow fast serial data transfers. On a 16 MHz AVR you can use serial rates up to 500 KiBit/s (~ 55 KiB/s). With proper RTS/CTS flow control the AVR can handle these data rates easily. The "plip2slip" firmware developed in this project now bridges these two ports. A PC is connected with a fast serial link to the AVR and the Amiga is connected with its parallel port. As a result the amiga can achieve full PLIP speed while the PC runs a fast SLIP link. On the PC I use Linux with a patched slattach tool to support the fast serial rates. The Amiga magPLIP device is slightly patched to better support the AVR. All patches are available in this project.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              plip2slip has a low active ecosystem.
              It has 5 star(s) with 2 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              plip2slip has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of plip2slip is current.

            kandi-Quality Quality

              plip2slip has no bugs reported.

            kandi-Security Security

              plip2slip has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              plip2slip is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              plip2slip releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of plip2slip
            Get all kandi verified functions for this library.

            plip2slip Key Features

            No Key Features are available at this moment for plip2slip.

            plip2slip Examples and Code Snippets

            No Code Snippets are available at this moment for plip2slip.

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install plip2slip

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cnvogelg/plip2slip.git

          • CLI

            gh repo clone cnvogelg/plip2slip

          • sshUrl

            git@github.com:cnvogelg/plip2slip.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link