Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csells/fibs.net
.NET Core library, proxy and tests as well as web client for First Internet Backgammon Server (FIBS)
https://github.com/csells/fibs.net
Last synced: about 1 month ago
JSON representation
.NET Core library, proxy and tests as well as web client for First Internet Backgammon Server (FIBS)
- Host: GitHub
- URL: https://github.com/csells/fibs.net
- Owner: csells
- Created: 2016-09-26T21:51:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:42:32.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T07:26:47.751Z (7 months ago)
- Language: Java
- Homepage:
- Size: 4.85 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fibs.Net
.NET Core library, proxy and tests as well as web client for [First Internet Backgammon Server (FIBS)](http://fibs.com); all very much under development## Usage
* Build Fibs.Net.sln:`C:\Fibs.Net\> dotnet restore`
`C:\Fibs.Net\> msbuild Fibs.Net.sln`* Execute the FibsProxy project, which will set up a WebSocket proxy for fibs.com:4321 on port 5000:
`C:\Fibs.Net\src\FibsProxy> dotnet run`
The index.html in FibsProxy\wwwroot is just a raw proof-of-concept HTML client, not a real FIBS client.
* The real FIBS client is under development in FibsWeb. It's written in [Polymer](http://polymer-project.org). To run the FibsWeb client, install the Polymer tools and execute the following from the FibsWeb folder:
`C:\Fibs.Net\src\FibsWeb> polymer serve -o`
* To do anything (and you can't do much yet), you need to login and to login, you must first have a FIBS account, which you can get by logging in as guest via telnet:
`telnet fibs.com:4321`
If you don't have a telnet client (and Windows doesn't seem to ship with one anymore), I recommend [puttytel](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html). Once you have it downloaded, you can log into FIBS with the following:
`puttytel telnet://fibs.com:4321`
Enjoy!