GithubHelp home page GithubHelp logo

noktoborus / badassh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ujifgc/badassh

0.0 2.0 0.0 498 KB

SSH client for bada platform

Home Page: http://ujifgc.github.com/badassh/

License: Other

C++ 5.46% C 94.54%

badassh's Introduction

SSH client application for bada platform uses the secure shell protocol to connect to a remote computer. SSH protocol and terminal emulation are based on PuTTY,  free and open source terminal emulator. Monospace font used is Liberation Mono truetype font.

Free version features:
- Supports 3DES, AES, Arcfour, Blowfish, DES
- Public-key authentication support
- Emulates most xterm control sequences

Builer's hints:

1. Here's manifest of privileges required by badassh (hiding app Id and Secret):

<?xml version='1.0' ?>
<Manifest>
    <Id>XXX</Id>
    <Secret>XXX</Secret>
  <AppVersion>12.4.0</AppVersion>
  <ManifestVersion>1.2</ManifestVersion>
  <AppType>C++App</AppType>
    <Privileges>
        <Privilege>
            <Name>NET</Name>
        </Privilege>
        <Privilege>
            <Name>SOCKET</Name>
        </Privilege>
        <Privilege>
            <Name>WIFI</Name>
        </Privilege>
    </Privileges>
    <DeviceProfile>
        <APIVersion>2.0</APIVersion>
    </DeviceProfile>
</Manifest>

2. Before building this app ensure that __BADA__ is #defined in project properties.

badassh's People

Contributors

ujifgc avatar noktoborus avatar

Watchers

 avatar James Cloos avatar

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.