Giter Site home page Giter Site logo

s3sh's Introduction

S3SH:- WIP SSH client for 3ds

Description

This is a full ssh client with vt100 emulation[supporrts colors and Escape Codes].Works with raspberry pis, etc. This project uses a modified version of the tmt emulation library to provide with vt100 emulation.

crawl.develz.org

This project originally started as a client for this game, but later I repurposed the whole project to serve as a general ssh client.

The game somewhat works with this client other than the Login option and Register option.

Bugs

Any bugs or issues or requests should be reported on the issues page.

s3sh's People

Contributors

hax0kartik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

s3sh's Issues

Crash on launch

Instantly crashes on launch using latest luma release.
Error message: undefined instruction

SHIFT and CAPSLOCK don't work

while SHIFT and CAPSLOCK change the characters displayed on the touch screen soft keyboard, they have no effect while typing, at least at the logon screen

Compile Error

/home/scott/Downloads/S3SH/source/daisywheel.cpp:169:44: note:   'std::array<std::__cxx11::basic_string<char>, 36>' is not derived from 'const __gnu_cxx::new_allocator<_Tp>'
  169 |             if(keyb->current_key_layout != normal)
      |                                            ^~~~~~
/home/scott/Downloads/S3SH/source/daisywheel.cpp:171:44: error: cannot convert 'std::array<std::__cxx11::basic_string<char>, 36>' to 'int' in assignment
  171 |                 keyb->current_key_layout = normal;
      |                                            ^~~~~~
      |                                            |
      |                                            std::array<std::__cxx11::basic_string<char>, 36>
/home/scott/Downloads/S3SH/source/daisywheel.cpp:172:35: error: cannot convert 'std::array<std::__cxx11::basic_string<char>, 36>' to 'int'
  172 |                 cal_buttons(keyb, normal);
      |                                   ^~~~~~
      |                                   |
      |                                   std::array<std::__cxx11::basic_string<char>, 36>
In file included from /home/scott/Downloads/S3SH/source/daisywheel.cpp:1:
/home/scott/Downloads/S3SH/source/daisywheel.hpp:35:76: note:   initializing argument 2 of 'static void daisywheelkbd::cal_buttons(daisywheelkbd*, int)'
   35 |     static void cal_buttons(daisywheelkbd *kbd,std::array<std::string, 36> str);
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/home/scott/Downloads/S3SH/source/daisywheel.cpp: At global scope:
/home/scott/Downloads/S3SH/source/daisywheel.cpp:209:13: error: no declaration matches 'std::string daisywheelkbd::get_input()'
  209 | std::string daisywheelkbd::get_input()
      |             ^~~~~~~~~~~~~
/home/scott/Downloads/S3SH/source/daisywheel.cpp:209:13: note: no functions named 'std::string daisywheelkbd::get_input()'
In file included from /home/scott/Downloads/S3SH/source/daisywheel.cpp:1:
/home/scott/Downloads/S3SH/source/daisywheel.hpp:14:7: note: 'class daisywheelkbd' defined here
   14 | class daisywheelkbd
      |       ^~~~~~~~~~~~~
/home/scott/Downloads/S3SH/source/daisywheel.cpp:319:5: error: no declaration matches 'int daisywheelkbd::checkForSpecialInput(std::string, daisywheelkbd*)'
  319 | int daisywheelkbd::checkForSpecialInput(std::string character, daisywheelkbd *keyb)
      |     ^~~~~~~~~~~~~
In file included from /home/scott/Downloads/S3SH/source/daisywheel.cpp:1:
/home/scott/Downloads/S3SH/source/daisywheel.hpp:37:16: note: candidate is: 'static int daisywheelkbd::checkForSpecialInput(int, daisywheelkbd*)'
   37 |     static int checkForSpecialInput(std::string str, daisywheelkbd *kbd);
      |                ^~~~~~~~~~~~~~~~~~~~
In file included from /home/scott/Downloads/S3SH/source/daisywheel.cpp:1:
/home/scott/Downloads/S3SH/source/daisywheel.hpp:14:7: note: 'class daisywheelkbd' defined here
   14 | class daisywheelkbd
      |       ^~~~~~~~~~~~~
make[1]: *** [/opt/devkitpro/devkitARM/base_rules:80: daisywheel.o] Error 1
make: *** [Makefile:165: all] Error 2

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.